{% import "databuddy/macros/layout_components.html" as layout_components %} {% import "databuddy/macros/widgets.html" as widgets %} {% import "databuddy/admin_theme/macros/layout_components.html" as theme_layout_components %} DataViewer {% include "databuddy/admin_theme/layout_sections/head_css.html" %} {% include "databuddy/admin_theme/layout_sections/head_js.html" %} {% block page_css_in_head %}{% endblock %} {% block page_js_in_head %}{% endblock %}
{% include "databuddy/admin_theme/layout_sections/topbar.html" %} {% include "databuddy/admin_theme/layout_sections/left_navbar.html" %}
{% include "databuddy/admin_theme/layout_sections/content_header.html" %}
{% block page_content %} {% endblock %}
{% include "databuddy/admin_theme/layout_sections/foot_css.html" %} {% include "databuddy/admin_theme/layout_sections/foot_js.html" %} {% block page_css_in_footer %}{% endblock %} {% block page_js_in_footer %}{% endblock %}