{% load pages_tags cache %} {% cache PAGE_CONTENT_CACHE_DURATION menu page.id lang current_page.id %} {% if page.status %}
  • {% show_content page "title" %} {% ifequal page current_page %}selected{% endifequal %} {% if children %} {% endif %}
  • {% endif %} {% endcache %}