{% set css_path = path + css_path %} {% set js_path = path + js_path %} {% set img_path = path + img_path %} {{ document_title | safe }} | AppUI {# This block can be used on templates pages for adding scripts in a head tag #} {% block scripts_head %}{% endblock %}
{# Drawer should be placed above header #} {% block drawer %}{% endblock %} {# Header #} {% include "_layout/_backend-header.html" %} {# Content #}
{# Page content #} {% block page_layout %}{% endblock %}
{# Site modal #} {% include "_layout/_modal.html" %}
{# This block can be used on templates pages so it will add scripts before closing body tag #} {% block scripts_footer %}{% endblock %}