1
Fork 0
theorangeone.net-legacy/templates/blocks/ordered-list.html

6 lines
76 B
HTML
Raw Normal View History

2016-12-03 22:56:49 +00:00
<ol>
{% for item in value %}
<li>{{ item }}</li>
{% endfor %}
</ol>