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