{# TODO fallbacks if page is not defined e.g. for 404 page #}
{% block title_prefix %}{% if request.site.site_name %}{{ request.site.site_name }} | {% endif %}{% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %}
{% comment %}
Generate favicons by https://realfavicongenerator.net using the following path: settings.STATIC_URL + img/favicons.
Then favicon.ico should be copied to a directory called "public" in the application root and puppet does some magic to serve it up at the site root.
{% endcomment %}
{# Hijack styling #}
{% block extra_css %}{% endblock %}
{% hijack_notification %}
{% include "includes/sprites.html" %}
{% wagtailuserbar %}
{% include 'includes/messages.html' %}