{% load static wagtailcore_tags wagtailuserbar django_simple_bulma static %} {% bulma %} {% 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 %} {# Force all links in the live preview panel to be opened in a new tab #} {% if request.in_preview_panel %} {% endif %} {# Add supported color schemes: #} {# Add a favicon with inline SVG: #} {# Global stylesheets #} {% block extra_css %} {# Override this in templates to add extra stylesheets #} {% endblock %} {% include "includes/header.html" %} {#this makes the hamburg work in mobile view#} {# Wrap your block content within a
HTML5 tag: #}
{% block content %}{% endblock %}
{% include "includes/footer.html" %} {# Global javascript #} {% block extra_js %} {# Override this in templates to add extra javascript #} {% endblock %}