{% block title %}
{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}
{% endblock %}
| triplethink
{% if page.search_description %}
{% endif %}
{# Force all links in the live preview panel to be opened in a new tab #}
{% if request.in_preview_panel %}
{% endif %}
{% block extra_css %}{% endblock %}
{% wagtailuserbar %}