{%- 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 {}) }} {% endblock raw_head %}
{% block body %}{% endblock %}