{% load staticfiles bootstrap4 peregrine wagtailsettings_tags %} {% spaceless %} {# #} {% block site_title %}{% settings_value 'WAGTAIL_SITE_NAME' %}{% endblock site_title %} {% block extra_head_top %} {% endblock extra_head_top %} {% block head_meta %} {% settings_value 'WAGTAIL_SITE_URL' as url_exists %} {% if url_exists %} {% endif %} {% settings_value 'WAGTAIL_SITE_IMAGE' as image_exists %} {% if image_exists %} {% else %} {% endif %} {% endblock head_meta %} {% block head_js %} {% endblock head_js %} {% block head_css %} {% bootstrap_css %} {% endblock head_css %} {% block extra_head_bottom %} {% endblock extra_head_bottom %} {% if settings.peregrine.PeregrineSettings.post_number_rss %} {% endif %} {% if request.user.is_staff %} {% load wagtailuserbar %} {% wagtailuserbar 'bottom-right' %} {% endif %} {% endspaceless %} {% block top_nav %} {% endblock top_nav %} {% block content %} {% endblock content %} {% block footer %}
{% block footer_js %} {% bootstrap_javascript jquery='full' %} {% endblock footer_js %} {% endblock footer %}