{%- set bundle = bundle|default('site') -%} {%- set bundle_js = '{0}.js'.format(bundle)-%} {%- set bundle_css = '{0}.css'.format(bundle)-%}
{% block raw_head %} {% from 'macros/metadata.html' import metadata with context %} {{ metadata(meta or {}) }} {% block extra_css %}{% endblock %} {% block theme_css %} {% endblock %} {% block extra_head %}{% endblock %} {{ hook('header.snippets') }} {% endblock raw_head %}