{%- 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 {}) }} {% block extra_css %}{% endblock %} {% block theme_css %} {% endblock %} {# ATOM Feeds #} {% block extra_head %}{% endblock %} {{ hook('header.snippets') }} {% endblock raw_head %}
{% block body %}{% endblock %}
{% block extra_js %}{% endblock %} {{ hook('footer.snippets') }}