diff --git a/list.md b/list.md new file mode 100644 index 0000000..7d8ad5f --- /dev/null +++ b/list.md @@ -0,0 +1,8 @@ +--- +layout: text +title: List +--- + +{% for country in site.data.countries %} +{{ country.name }} +{% endfor %}