Current File : //usr/share/doc/python3-jinja2/examples/basic/templates/subbroken.html
{% macro may_break(item) -%}
  [{{ item / 0 }}]
{%- endmacro %}