xref
: /
aosp_15_r20
/
external
/
python
/
jinja
/
examples
/
basic
/
templates
/
subbroken.html
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{% macro may_break(item) -%}
2
[{{ item / 0 }}]
3
{%- endmacro %}
4