layout/skeleton/_body.html @ 47af9cd757ff

Add a requirements.txt file.
author Steve Losh <steve@stevelosh.com>
date Sat, 27 Feb 2010 17:10:49 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

{% block title %}{{site.name}} / {{ page.title }}{% endblock %}

{% block content %}
    {% block content_body %}{% endblock %}
{% endblock %}