--- title: Maps page-title: Maps ---
{% for map in site.data.maps %}
{% assign id = map[0] %} {% include ui/map.html map-id=id %}
{% endfor %}