{% load static wagtailcore_tags wagtailuserbar i18n wagtailmetadata_tags %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %} {% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %} {% endblock %} {% block title_suffix %} {% wagtail_site as current_site %} {% if current_site and current_site.site_name %}- {{ current_site.site_name }}{% endif %} {% endblock %} {% if page.search_description %} {% endif %} {% block page_meta %} {% if page.get_meta_title %} {% meta_tags %} {% endif %} {% endblock %} {# Force all links in the live preview panel to be opened in a new tab #} {% if request.in_preview_panel %} {% endif %} {# Global stylesheets #} {% block extra_css %} {# Override this in templates to add extra stylesheets #} {% endblock %} {% wagtailuserbar %}
{% include 'navbar.html' %}
{% block content %}{% endblock %}
{# Global javascript #} {% block extra_js %} {# Override this in templates to add extra javascript #} {% endblock %}