Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.2 KB

File metadata and controls

49 lines (40 loc) · 1.2 KB
layout default
title Gallery

Gallery

Flags

{% for flag in site.data.flags %}
{{ flag.code }}

{{ flag.name }}

{% endfor %}

Languages

You can also use these codes to refer to a country’s language using its ISO 639-1 or ISO 639-2 language code.

{% for language in site.data.languages %}
{{ language.code }}

{{ language.name }}

{% endfor %}

Other flags

{% for other in site.data.others %}
{{ other.code }}

{{ other.name }}

{% endfor %}