{% load static %} {% load has_plan %} {% load cache %} {% cache 600 head %} 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 %}