layout/skeleton/_listing.html @ 5c26a85d5e33

Switch back to index.html for listings.
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Dec 2009 19:02:57 -0500
parents 81d4da7f81f5
children 673df76b12d6
{% extends "skeleton/_body.html"%}
{% block content_body %}
<div id="listing">
{% for node in page.node.walk %}
{% include "skeleton/_innerlisting.html" %}
{% endfor %}
</div>
{% endblock %}