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