{% block inlineStyles %}{% endblock %} {{ inlineSvgSprite() }}
{% if layout.header %} {% include 'app-header.html' %} {% endif %}
{% block main %}{% endblock %}
{% if layout.left %} {% endif %} {% if layout.right %} {% endif %}
{% if layout.footer %} {% include 'app-footer.html' %} {% endif %}
{% include 'page-scroller.html' %}