{# TODO fallbacks if page is not defined e.g. for 404 page #}
{% block title_prefix %}{% if current_site.site_name %}{{ current_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 + images/favicons. Override favicons by adding them to public/images/favicons.
{% endcomment %}
{% block extra_css %}{% endblock %}
{% comment %} {% endcomment %}
{% include "includes/sprites.html" %}
{% include 'includes/messages.html' %}