{% include 'includes/head.html' %} {% block style %} {% block extrastyle %}{% endblock extrastyle %} {% endblock style %} {% block pre_loader %} {% include 'includes/pre-loader.html' %} {% endblock pre_loader %} {% block sidebar %} {% include 'includes/sidebar.html' %} {% endblock sidebar %} {% block header %} {% include 'includes/navigation.html' %} {% endblock header %}
{% block breadcrumbs %} {% include 'includes/breadcrumbs.html' %} {% endblock breadcrumbs %}
{% block content %}{% endblock content %}
{% include 'includes/scripts.html' %} {% block fixed_plugin %} {% endblock fixed_plugin %} {% block extra_js %}{% endblock extra_js %}