bundled/jinja2/examples/basic/templates/broken.html @ 8e18e2c40a06 webpy-sucks

More work on the cherrypy base.
author Steve Losh <steve@stevelosh.com>
date Tue, 02 Mar 2010 20:36:17 -0500
parents 256716e3a3d7
children (none)
{% from 'subbroken.html' import may_break %}
<ul>
{% for item in seq %}
  <li>{{ may_break(item) }}</li>
{% endfor %}
</ul>