layout/skeleton/_innerlisting.html @ 2bf65e3c3188

Microformatted the splash page
author myfreeweb <me@myfreeweb.ru>
date Thu, 17 Feb 2011 20:55:54 +0300
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 %}