Skip to content

Instantly share code, notes, and snippets.

@paltman
Created October 19, 2017 02:18
Show Gist options
  • Save paltman/c024e43b832dc2121a387c0c43189c56 to your computer and use it in GitHub Desktop.
Save paltman/c024e43b832dc2121a387c0c43189c56 to your computer and use it in GitHub Desktop.
{% for label, config in available_configs.items %}
<option value="{{ label }}"
{% if current_config.label == config.label %}selected{% endif %}>
{{ config.title }}
</option>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment