diff --git a/templates/base.html b/templates/base.html index db06b9c..4bb751e 100755 --- a/templates/base.html +++ b/templates/base.html @@ -1,35 +1,26 @@ {% load static wagtailuserbar %} - - - - - - - - {% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %}{% endblock %}{% block title_suffix %}{% endblock %} - - + + + + + {% block htmltitle %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %}{% endblock %} + + - {# Global stylesheets #} - + - {% block extra_css %} - {# Override this in templates to add extra stylesheets #} - {% endblock %} - + {% block extra_css %}{% endblock %} + - - {% wagtailuserbar %} + + {% wagtailuserbar %} - {% block content %}{% endblock %} + {% block content %}{% endblock %} - {# Global javascript #} - + - {% block extra_js %} - {# Override this in templates to add extra javascript #} - {% endblock %} - + {% block extra_js %}{% endblock %} +