layout/skeleton/_index.html @ 467bf986634a

Add and use the jQuery ColorBox plugin.
author Steve Losh <steve@stevelosh.com>
date Thu, 07 Jan 2010 19:15:12 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

{% block content %}
    {% for node in page.node.walk %}
        {% include "skeleton/_innerindex.html" %}
    {% endfor %} 
{% endblock %}