{% from 'macros/helpers.html' import sprite %} {{ headerComment | safe }} {% block title %}Con - Admin Dashboard with Material Design{% endblock %} {% include "layouts/head.html" %} {% block head %}{% endblock %} {% if top_navbar -%}{% include "shared/page-nav.html" %}{%- endif %} {% if sidebar -%}{% include "shared/page-sidebar.html" %}{%- endif %} {% block before_content %}{% endblock %}
{% block content %}{% endblock %}
{% if search_bar -%}{% include "shared/page-search.html" %}{%- endif %} {% if chat -%}{% include "shared/page-chat.html" %}{%- endif %} {% if footer_copyright -%} {%- endif %} {% include "layouts/foot.html" %} {% block javascript %}{% endblock %}