{% include "tmpls/blocks/topbar.html" %}
{% include "tmpls/blocks/header.html" %}
{% include ui.page.tmpl.path %}
{% include "tmpls/blocks/footer.html" %}
Back to Top
{% if ui.page.dependencies %}
{% for url in ui.page.dependencies %}
{% endfor %}
{% endif %}