layout/skeleton/_innerlisting.html @ 07a50b67d5cd

A couple of updates to the Django entry.
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2011 09:26:21 -0400
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 %}