{% from '_macros.html' import page_heading with context %} {% block doc -%} {%- block html %} {%- block head %} {% block pagetitle %}{% endblock pagetitle %} | AntBS {%- block metas %} {%- endblock metas %} {% if '/package/' in request.path %} {% endif %} {%- block styles %} {%- endblock styles %} {%- endblock head %} {% block body -%} {% include '_partials/_antergos_links_bar.html' %}
{% block sidebar %} {% include '_partials/_sidebar.html' %} {% endblock sidebar %}
{% block topbar %} {% include '_partials/_topbar.html' %} {%- endblock topbar %} {% block maincontainer %}
{% block heading %} {{ page_heading(self.pagetitle()) }} {% endblock heading %}
{% block topcontent -%} {%- endblock topcontent %}
{% block bottomcontent -%} {%- endblock bottomcontent %}
{% endblock maincontainer %}
{% block scripts %} {%- endblock scripts %} {%- endblock body %} {%- endblock html %} {% endblock doc -%}