{% 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 so it will add scripts in a head tag #}
{% block scripts_head %}{% 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 %}