layout/skeleton/_innerlisting.html @ 1c03a1821833

Update links
author Steve Losh <steve@stevelosh.com>
date Sun, 14 Aug 2016 19:52:21 +0000
parents 08d7552b6237
children (none)
{% extends "skeleton/_root.html" %}

{% block all %}
{%spaceless%}

{% for list_page in node.pages %}
    {% ifnotequal list_page node.listing_page %}
        {% if not list_page.exclude %}
            {% include "skeleton/_listingitem.html" %}
        {%endif%}
    {% endifnotequal %}
{% endfor %}

{%endspaceless%}
{% endblock %}