{%- 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 -%}