mirror of
https://github.com/openharmony/third_party_jinja2.git
synced 2026-07-01 10:05:25 -04:00
d416a97260
--HG-- branch : trunk
4 lines
64 B
HTML
4 lines
64 B
HTML
{% macro may_break(item) -%}
|
|
[{{ item / 0 }}]
|
|
{%- endmacro %}
|