관리-도구
편집 파일: broken.html
{% from 'subbroken.html' import may_break %} <ul> {% for item in seq %} <li>{{ may_break(item) }}</li> {% endfor %} </ul>