layout/skeleton/_listing.html @ 25ec02499fbc
Fix a bunch of shit
* Tear out the flattr/gittip/gauges garbage
* Fix busted requirement paths
* Fix missing endblock tag
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 24 Jul 2015 17:44:52 -0400 |
parents |
def464696a83 |
children |
(none) |
{% extends "skeleton/_base.html"%}
{% block content %}
<div class="section-listing">
<ol class="group">
{% for node in page.node.walk reversed %}
{% include "skeleton/_innerlisting.html" %}
{% endfor %}
</ol>
</div>
{% endblock %}