File: subbroken.html

package info (click to toggle)
jinja2 3.1.2-1%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,880 kB
  • sloc: python: 14,432; makefile: 27; sh: 7
file content (3 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (8)
1
2
3
{% macro may_break(item) -%}
  [{{ item / 0 }}]
{%- endmacro %}