bundled/jinja2/ext/django2jinja/templates/layout.html @ 83b866324067

web: underscorify a few things and fix the line comment form moving
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Jul 2010 11:46:04 -0400
parents 256716e3a3d7
children (none)
<title>{% block title %}{% endblock %}</title>
<div class="body">
  {% block page-body %}{% endblock %}
</div>