diff --git a/portal/_templates/layout.html b/portal/_templates/layout.html new file mode 100644 index 00000000..692eb5d1 --- /dev/null +++ b/portal/_templates/layout.html @@ -0,0 +1,17 @@ +{% extends "!layout.html" %} +{% block extrahead %} + + + +{{ super() }} +{% endblock %}