bundled/jinja2/examples/basic/templates/subbroken.html @ 92372dcdd93e webpy-sucks

Finish switching to CherryPy & Jinja2.
author Steve Losh <steve@stevelosh.com>
date Thu, 04 Mar 2010 19:28:48 -0500
parents 256716e3a3d7
children (none)
{% macro may_break(item) -%}
  [{{ item / 0 }}]
{%- endmacro %}