summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-theming/test_theme/staticfiles/layout.html
blob: 81372be0fcf6e4d403fb32c4d3e3ba08674d270d (plain)
1
2
3
4
5
{% extends "basic/layout.html" %}
{% block extrahead %}
<meta name="testopt" content="{{ theme_testopt }}" />
{{ super() }}
{% endblock %}