layout/skeleton/_innerlisting.html @ 6ec6117735f1

footer: change "BitBucket" to "Bitbucket"
author David Chambers <david@upthere.com>
date Wed, 26 Sep 2012 23:43:37 -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 %}