layout/skeleton/_innerlisting.html @ 4418d4cb09e4
Fix the pathogen/filetype bit of the Vim entry.
author |
Steve Losh <steve@dwaiter.com> |
date |
Tue, 21 Sep 2010 13:18: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 %}