layout/skeleton/_innerlisting.html @ 2060e7f9bdfc

Fixed a couple of typos.
author Alex Vidal <alex.vidal@gmail.com>
date Wed, 29 Jun 2011 20:50:51 -0700
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 %}