jinja2/examples/basic/templates/subbroken.html

4 lines
64 B
HTML

{% macro may_break(item) -%}
[{{ item / 0 }}]
{%- endmacro %}