ip_geoloc-2.0.0-alpha0/templates/ip-geoloc-map-current-visitor.html.twig
templates/ip-geoloc-map-current-visitor.html.twig
{#
/**
* @file
* ip_geoloc_map_current_visitor.html.twig
*
* This template is used mainly inside a block rather than a view.
* Lat/long are optional fallbacks in case the HTML5 lookup fails.
*/
#}
<div class="ip-geoloc-map-current-visitor">
<div id='{{ ip_geoloc_settings.ip_geoloc_current_location_map_div }}' {% if ip_geoloc_settings.ip_geoloc_current_location_map_style %} style='{{ ip_geoloc_settings.ip_geoloc_current_location_map_style }}'{% endif %} ></div>
</div>
