htmx_examples/templates/partials/value_select_models.html

5 lines
94 B
HTML

{% for model in models %}
<option value='{{ model }}'>{{ model }}</option>
{% endfor %}