layout/skeleton/_innerlisting.html @ c2388407ddf9

Turn on Flattr for the Vim entry.
author Steve Losh <steve@dwaiter.com>
date Mon, 20 Sep 2010 18:16:04 -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 %}