<!-- 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 who_was_here ThemeViews\Organisms\whoWasHere\WhoWasHereViewModel #}
{% extends '@atoms/section/section.twig' %}
{% set className = "who-was-here" %}
{% set hidden = who_was_here.members|length() < 1 %}
{% block content %}
    {% include '@atoms/headline/headline.twig' with {
        headline: t('Footballrs/Fans waren hier'),
        type: 'h2',
        className: 'headline--m mb-2'
    } %}

    {% include '@organisms/genericTeaserList/generic_teaser_list.twig' with {
        generic_teaser_list: {
            teasers: who_was_here.members
        }
    } only %}
{% endblock %}
/* No context defined. */

Who was here

{% include '@organisms/who_was_here/who_was_here.twig' with {

    } only %}

ACF

Fields