layout/skeleton/_innerlisting.html @ c5f5f1d86f24

just beat the data out of it
author Steve Losh <steve@stevelosh.com>
date Mon, 30 Nov 2015 16:09:10 +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 %}