{% load static %} {% load cache %} {% cache 600 head request.path_info %} XF - {{ request.path_info }} {# Yes it's in the source, fight me #} {% endcache %} {% cache 600 nav request.user.id %} {% endcache %} {% block outer_content %} {% endblock %}
{% block content_wrapper %} {% block content %} {% endblock %} {% endblock %}