{%- for s in style %} {%- endfor %}
↓
{{title}}
{%- for i in range(0,lines) %}
{{ contents[i] }}
{%- endfor %}
↑