Initial Commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% for server in select %}
|
||||
<option
|
||||
value="{{ server.value }}"
|
||||
{% if server.selected %}selected="selected"{% endif %}
|
||||
>
|
||||
{{- server.label -}}
|
||||
</option>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user