File: broken.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 (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
{% from 'subbroken.html' import may_break %}
<ul>
{% for item in seq %}
  <li>{{ may_break(item) }}</li>
{% endfor %}
</ul>