Sign in
android
/
platform
/
external
/
python
/
jinja
/
refs/heads/android15-security-release
/
.
/
examples
/
basic
/
templates
/
broken.html
blob: 294d5c99894d9fca10a044baf0c33f32ac80d32a [
file
] [
log
] [
blame
] [
edit
]
{% from 'subbroken.html' import may_break %}
<ul>
{% for item in seq %}
<li>
{{ may_break(item) }}
</li>
{% endfor %}
</ul>