{% include "frontend/header_admin.html" with title=title %} {% include "frontend/sidebar.html" with title=title %}
{% include "frontend/topbar.html" with user=user %}

{{ title }}

{% for button in buttons %} {{ button.1 }} {% endfor %}

{{ subtitle }}

{% block "content" %} {% endblock %}