Get a List of all taxonomy items of a certain kind

Hi there,

i want to read all existing entries of the taxonomy “country”. Can somebody help me please?

Regards,

Michael

I found it myself. You can get every entry of a certain taxonomy via twig.

—twig
{% for tag in page.taxonomy.tag %}
{{ tag }}
{% endfor %}