mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2026-01-11 19:54:20 +01:00
9 lines
108 B
Markdown
9 lines
108 B
Markdown
---
|
|
layout: text
|
|
title: List
|
|
---
|
|
|
|
{% for country in site.data.countries %}
|
|
{{ country.name }}
|
|
{% endfor %}
|