mirror of
https://github.com/FAUSheppy/oh-my-nemesis
synced 2025-12-06 06:51:35 +01:00
7 lines
171 B
HTML
7 lines
171 B
HTML
<select class="browser-default custom-select">
|
|
<option selected>...</option>
|
|
{% for c in champs %}
|
|
<option value="{{ c }}">{{ c }}</option>
|
|
{% endfor %}
|
|
</select>
|