1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-07-11 17:11:11 -05:00
sqlstyle.guide/_includes/layout_partials/language_dropdown_option.html

4 lines
No EOL
113 B
HTML

<option value="{{ iso }}"
{%- if page.lang == iso %} selected="selected"{% endif %}>
{{ full }}
</option>