{# /** * @file * Default microdata theme implementation for a geolocation with latitude, longitude. * * Available variables: * - lat: The latitude value. * - lng: The longitude value. * * @see template_preprocess() * * @ingroup themeable */ #}
{% if locations is not empty %}
{% for location in locations %} {{ location }} {% endfor %}
{% endif %}