6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
<ol class="mi-people">
|
|
{% for person in people %}
|
|
<li></li>
|
|
{% endfor %}
|
|
</ol>
|