graph_element-1.0.4/templates/graph-element-template.html.twig
templates/graph-element-template.html.twig
{#
/**
* @file
* Example of a twig template driven by Site Studio custom element parameters.
*/
#}
<div class="{{ elementClass }}" data-element="{{elementSettings.graph_source}}">
{{ elementChildren }}
</div>
