{% include 'includes/head.html' %} {% block extrastyle %}{% endblock extrastyle %} {% block pre_loader %} {% include 'includes/pre-loader.html' %} {% endblock pre_loader %} {% block sidebar %} {% include 'includes/sidebar.html' %} {% endblock sidebar %} {% block navigation %} {% include 'includes/navigation.html' %} {% endblock navigation %}
{% comment %} {% block breadcrumbs %} {% include 'includes/breadcrumbs.html' %} {% endblock breadcrumbs %} {% endcomment %} {% block content %}{% endblock content %}
{% include 'includes/scripts.html' %} {% block extrajs %}{% endblock extrajs %}