{% comment %} Adds a Leaflet map featuring a single marker based on the item's lat long. Options: - "map-marker" = true/false, add a marker using the item's lat long and title (default true) - "map-height" = height of the mini map in px (default 400px) - "map-zoom" = provide a zoom level, default 10 - "map-link" = true/false, add a button link to the collection's default full map page (default false) {% endcomment %}
{% if include.map-link == true %} View on Full Map{% endif %}