{% load static wagtailcore_tags wagtailuserbar %} {% load navbar_tags %} {% get_menu "navbar" as navigation %} {% 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 %} {# Global stylesheets #} {# Bootstrap #} {# Owl-Carousel #} {# CSS #} {% block extra_css %} {# Override this in templates to add extra stylesheets #} {% endblock %} {% wagtailuserbar %}
{% block content %}{% endblock %} {# Footer #} {# Global javascript #} {# Jquery / Bootstrap #} {# Owl JS #} {% block extra_js %} {# Override this in templates to add extra javascript #} {% endblock %}