{%- set bundle = bundle|default('site') -%} {%- set bundle_js = '{0}.js'.format(bundle)-%} {%- set bundle_css = '{0}.css'.format(bundle)-%}
{% block raw_head %} {% from theme('macros/metadata.html') import metadata with context %} {{ metadata(meta or {}) }} {% if bundle_css is in_manifest %} {% endif %} {% block extra_css %}{% endblock %} {% block theme_css %}{% endblock %} {# ATOM Feeds #} {% block extra_head %}{% endblock %} {{ hook('header.snippets') }} {% endblock raw_head %} {% block body %}{% endblock %} {% if bundle_js is in_manifest %} {% endif %} {% block extra_js %}{% endblock %} {{ hook('footer.snippets') }}