aboutsummaryrefslogtreecommitdiff
path: root/examples/basic/templates/subbroken.html
blob: 245eb7e6e6f7f6c947d377e90e608d23d7190f4e (plain)
1
2
3
{% macro may_break(item) -%}
  [{{ item / 0 }}]
{%- endmacro %}