{# Master Layout -------------------------------------------------- This i the basic layout. Feel free to modify #} {# Include Macros #} {# -- All Macros -- {% import '../_macros/_macro-bgImage.html' as macroBgImage %} {% import '../_macros/_macro-image.html' as macroImage %} {% import '../_macros/_macro-niceTime.html' as macroNiceTime %} {% import '../_macros/_macro-socialLinks.html' as macroSocialLinks %} {% import '../_macros/_macro-srcset.html' as macroSrcset %} {% import '../_macros/_macro-svgSprite.html' as macroSvgSprite %} #} {% block appTitle %}DEVELOPMENT — dhBoilerplate{% endblock %} {# -- Check JS -- #} {% include '../_partials/_global/_checkJS.html' %} {# -- Meta -- #} {% include '../_partials/_header/_meta.html' %} {# -- Scripts -- #} {% include '../_partials/_header/_scripts.html' %} {# -- Favicon -- #} {% include '../_partials/_header/_favicons.html' %}
{# -- App Header -- #} {% include '../_modules/_appHeader/_template.html' %}
{% block appContent %} Content {% endblock %}
{# -- App Footer -- #} {% include '../_modules/_appFooter/_template.html' %}
{# -- Scripts -- #} {% include '../_partials/_footer/_scripts.html' %}