colorized_gmap-8.x-1.x-dev/templates/colorized-gmap-output.html.twig
templates/colorized-gmap-output.html.twig
1 2 3 4 5 6 7 8 9 10 11 12 | {# /** * @file * Displays the Colorized Gmap block content. * * Available variables: * - machine_name: machine name of the block. * * @ingroup themeable */ #} <div id= "colorized-gmap-{{ machine_name }}" class = "colorized-gmap-common" ></div> |