{% load static wagtailuserbar wagtailcore_tags wagtailimages_tags navigation_tags util_tags hijack_tags %} {# TODO fallbacks if page is not defined e.g. for 404 page #} {% block title_prefix %}{% if request.site.site_name %}{{ request.site.site_name }} | {% endif %}{% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %} {% comment %} Generate favicons by http://realfavicongenerator.net using the following path: settings.STATIC_URL + img/favicons. Then favicon.ico should be copied to a directory called "public" in the application root and puppet does some magic to serve it up at the site root. {% endcomment %} {# Hijack styling #} {% block extra_css %}{% endblock %} {% hijack_notification %} {% include "includes/sprites.html" %} {% wagtailuserbar %} {% include 'includes/messages.html' %}
{% include "navigation/primarynav-apply.html" %}
{% include "navigation/primarynav-apply.html" %} {{ request.user }} Logout
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}