{# /** * @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 */ #}
{# {{ lat }}, {{ lng }} #}