{% load static wagtailuserbar %} {% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %}{% endblock %}{% block title_suffix %}{% endblock %} {# Global stylesheets #} {% block extra_css %} {# Override this in templates to add extra stylesheets #} {% endblock %} {% wagtailuserbar %} {% block content %}{% endblock %} {# Global javascript #} {% block extra_js %} {# Override this in templates to add extra javascript #} {% endblock %}