{% include 'header.html' %}
{% include '/inc/init.html' %}
{% include 'navbar.html' %} {% block content %} {% endblock content %} {% block breadcrumb %} {% endblock %} {% include 'footer.html' %}
{% block script %}{% endblock %} {% include '/inc/run.html' %}