layout/skeleton/_index.html @ 2bf65e3c3188

Microformatted the splash page
author myfreeweb <me@myfreeweb.ru>
date Thu, 17 Feb 2011 20:55:54 +0300
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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