1
Fork 0
theorangeone.net-legacy/templates/blocks/ordered-list.html
2016-12-19 18:50:39 +00:00

5 lines
76 B
HTML

<ol>
{% for item in value %}
<li>{{ item }}</li>
{% endfor %}
</ol>