2026-03-19 15:48:59 -04:00
|
|
|
{% extends "core/base.html" %}
|
|
|
|
|
|
2026-03-22 15:06:54 -04:00
|
|
|
{% block title_text %}Billboard{% endblock title_text %}
|
|
|
|
|
{% block header_text %}<span>Bill</span>board{% endblock header_text %}
|
2026-03-19 15:48:59 -04:00
|
|
|
|
|
|
|
|
{% block content %}
|
2026-03-23 01:06:14 -04:00
|
|
|
<div class="billboard-page">
|
2026-03-24 16:46:46 -04:00
|
|
|
{% include "apps/applets/_partials/_gear.html" with menu_id="id_billboard_applet_menu" %}
|
|
|
|
|
{% include "apps/billboard/_partials/_applets.html" %}
|
2026-03-19 15:48:59 -04:00
|
|
|
</div>
|
|
|
|
|
{% endblock %}
|