{# 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 %} {% block javascript %} {% endblock %} {% block metakeys %} {% endblock %} {% endextends %} {% extends "body.html" %} {% block news %} {% endblock %} {% block asfboiler %} {% endblock %} {% endextends %}