{% spaceless %} {% endspaceless %} {% block title %}{% endblock %} {% block meta %}{% endblock %} {% block meta_feed %}{% endblock %} {% comment %}core/_assets.html is generated by 'make assets'{% endcomment %} {% include "core/_assets.html" %} {% for header_item in GROUPRISE_HEADER_ITEMS %} {% autoescape off %}{{ header_item }}{% endautoescape %} {% endfor %} {# core/_head.html is meant to be overridden by installations to inject header code #} {% include "core/_head.html" %} {% if GROUPRISE_LOGO_FAVICON %} {% endif %} {% if GROUPRISE_THEME_COLOR %} {% endif %} {% block body %}{% endblock %}