{# extend the theme's default layout #} {% extends "!layout.html" %} {# inject a hidden license comment at the top of every HTML page #} {% block extrahead %} {{ super() }} {% endblock %}