diff --git a/markupwiki/templates/markupwiki/base.html b/markupwiki/templates/markupwiki/base.html index 94d9808..f5b0d99 100644 --- a/markupwiki/templates/markupwiki/base.html +++ b/markupwiki/templates/markupwiki/base.html @@ -1 +1,6 @@ {% extends "base.html" %} + +{% block extrahead %} + +{% endblock %} +