1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
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>