bundled/jinja2/ext/django2jinja/templates/layout.html @ 01a47fb22911

guts: refactor signoff editing to use the new renaming api
author Steve Losh <steve@stevelosh.com>
date Tue, 29 Jun 2010 20:49:32 -0400
parents 256716e3a3d7
children (none)
<title>{% block title %}{% endblock %}</title>
<div class="body">
  {% block page-body %}{% endblock %}
</div>