--- title: Maps page-header: Maps menu: base.maps page-libs: [mapbox] ---
{% for map in maps %} {% assign map-id = map[0] %} {% if map[1].card %}
{% include "ui/map.html" map-id=map-id ratio="21x9" %}
{% else %}
{{ map[1].title }}
{% include "ui/map.html" map-id=map-id %}
{% endif %} {% endfor %}