{#
This is a work around to the fact that the CMS doesn't allow inheritance of depth
2, so instead do a lot of includes. See https://issues.apache.org/jira/browse/INFRA-3850
#}
{% extends "head.html" %}
{% block css %}
{% endblock %}
{% endextends %}
{% extends "solr.html" %}
{% endextends %}