{% assign map = include.map | default: "world" %}
{% if include.title %}

{{ include.title }}

{% endif %}
{% include ui/map.html map-id=map color="blue" %}