{% load staticfiles wagtailuserbar %} {% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{% with page.get_site.site_name as site_name %}{% if site_name %}- {{ site_name }}{% endif %}{% endwith %}{% endblock %} {% block seo %} {# Open Graph #} {# Twitter Card #} {% endblock seo %} {# Global stylesheets #} {% block extra_css %} {# Override this in templates to add extra stylesheets #} {% endblock %} {# Global site tag (gtag.js) - Google Analytics #} {# #} {# #} {% wagtailuserbar %} {% block content %}{% endblock %} {# Global javascript #} {% block extra_js %} {# Override this in templates to add extra javascript #} {% endblock %}