{% block title %}{% endblock %}
{% block meta %}{% endblock %}
{% block meta_feed %}{% endblock %}
{% comment %}core/_assets.html is generated by 'make assets'{% endcomment %}
{% include "core/_assets.html" %}
{# 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 %}