{% include '/dashboard/_header.html' %} {% if not hide_elements %} {% include '/dashboard/navbar.html' %} {% endif %}
{% if not hide_elements %} {% include '/dashboard/sidebar.html' %} {% endif %}
{% block content %} {% endblock %}
{% include '/dashboard/_scripts.html' %}