{% include "topbar.html" -%}
{% include "sidebar.html" -%}
{% include "modal.html" -%}
{% if not data.nohints and action == 'dashboard' %}
{% include "modal-hints.html" -%}
{% endif %}
{% include "content.html" -%}
{% include "footer.html" -%}
{% include "scripts.html" -%}
{% if not data.nohints and action == 'dashboard' %}
{% endif %}