{%- do gantry.debugger.assets() -%} {%- do gantry.theme.loadAtoms() -%} {% assets with { priority: 10 } %} {% block head_stylesheets -%} {% if gantry.config.page.fontawesome.enable|default(1) %} {% endif %} {% for scss in gantry.theme.configuration.css.persistent|default(gantry.theme.configuration.css.files) %} {%- endfor %} {% endblock -%} {% block head_platform %}{% endblock %} {% block head_overrides -%} {% for scss in gantry.theme.configuration.css.overrides %} {%- endfor %} {% endblock -%} {% endassets -%} {{ gantry.document.getHtml('head_top')|join("\n ")|raw }} {% block head_meta %} {% if gantry.config.page.head.meta -%} {% for attributes in gantry.config.page.head.meta -%} {%- for key, value in attributes %} {% if key starts with 'og:' %} {% else %} {% endif %} {% endfor -%} {%- endfor -%} {%- endif -%} {{ gantry.document.getHtml('head_meta')|join("\n ")|raw }} {% if gantry.config.page.assets.favicon %} {% endif %} {% if gantry.config.page.assets.touchicon %} {% endif %} {% endblock %} {%- block head_title -%} Title {%- endblock %} {% block head_application -%} {{ gantry.styles('head')|join("\n")|raw }} {{ gantry.scripts('head')|join("\n")|raw }} {%- endblock %} {% block head_ie_stylesheets -%} {% endblock -%} {% block head %}{% endblock %} {% block head_custom %} {% if gantry.config.page.head.head_bottom %} {{ gantry.config.page.head.head_bottom|raw }} {% endif %} {% endblock %} {{ gantry.document.getHtml('head_bottom')|join("\n ")|raw }}