<!-- 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 my_followers ThemeViews\Organisms\myFollowers\MyFollowersViewModel #}
{% extends '@atoms/section/section.twig' %}
{% set className = "my-followers" %}
{% set hidden = my_followers.followed_by|length == 0 %}
{% block content %}
    <div class="generic-teaser-list">
        {% include '@molecules/genericTeaserList/generic_teaser_list.twig' with {
            headline: {
                headline: t(':firstname hat :n Follower', {'firstname': my_followers.model.first_name, 'n': my_followers.total}),
                type: 'h4'
            },
            teasers: my_followers.followed_by
        } %}
    </div>

    {% if my_followers.has_more %}
        <div
                data-vue="my-followers"
                data-has-more="{{ my_followers.has_more }}"
                data-member="{{ my_followers.model.slug }}"
                data-initial-offset="{{ my_followers.followed_by|length }}"
        ></div>
    {% endif %}
{% endblock %}
/* No context defined. */

My followers

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

    } only %}

ACF

Fields