{% load cache bootstrap %} {% cache 600 'footer' request.user.is_authenticated %}
© {{ SITE.name }} {% now "Y" %} {% ifequal NAVIGATION 'true' %} {% tryload navigation %} {% trymenu 'footer' %} {{ item.title }}{% if not forloop.last %} |{% endif %} {% endtrymenu %} {% endifequal %} {% block extra_footer %}{% endblock %}
{% endcache %}