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