<!-- Error rendering component -->
<!-- TwigException: Unable to parse '=> "data-#{k}=#{v}")|join(' ') ~ ' ' : ''' at template position71 -->
<!-- Error: TwigException: Unable to parse '=> "data-#{k}=#{v}")|join(' ') ~ ' ' : ''' at template position71
at /builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/twig/src/adapter.js:156:24
at new Promise (<anonymous>)
at TwigAdapter.render (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/twig/src/adapter.js:134:16)
at ComponentSource._renderVariant (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/fractal/src/api/components/source.js:212:30)
at _renderVariant.next (<anonymous>)
at onFulfilled (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/co/index.js:65:19) -->
{# @var show_on_map ThemeViews\Organisms\showOnMap\ShowOnMapViewModel #}
{% extends '@atoms/section/section.twig' %}
{% set className = "show-on-map" %}
{% set hidden = show_on_map.viewModel.lat is empty or show_on_map.viewModel.lng is empty %}
{% block content %}
<div id="dynamicMap" data-marker-lat="{{ show_on_map.viewModel.lat }}" data-marker-lng="{{ show_on_map.viewModel.lng }}"></div>
<div class="flex items-start justify-center">
{% include '@atoms/button/button.twig' with {
cta: t('Zeige auf Karte'),
type: 'x-btn--accent',
} %}
</div>
{% endblock %}
/* No context defined. */
{% include '@organisms/show_on_map/show_on_map.twig' with {
} only %}Fields