<!-- Error rendering component -->
<!-- TwigException: Twig.expression.type.filter cannot follow a Twig.expression.type.operator.binary at template:7 near '|length...' -->
<!-- Error: TwigException: Twig.expression.type.filter cannot follow a Twig.expression.type.operator.binary at template:7 near '|length...'
    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) -->
{# --BLUEPRINT DO NOT REMOVE--

/--BLUEPRINT DO NOT REMOVE-- #}
{% if headline is not empty %}
    {% include '@atoms/headline/headline.twig' with {
        headline: headline.headline,
        type: 'h4'
    } only %}
{% endif %}
<div class="list">
    {% for match in matches %}
        {% include '@molecules/matchTeaser/match_teaser.twig' with {match: match} only %}
    {% endfor %}
</div>

{% if show_cta %}
    <div class="flex items-start justify-center">
        {% include '@atoms/button/button.twig' with cta only %}
    </div>
{% endif %}

{% if show_loadmore and has_more %}
    <div class="match-teaser-list vue"
         data-area="{{ area }}"
         data-model-id="{{ model.id }}"
         data-offset="{{ matches|length }}"
         data-game-states="{{ game_states }}"
    ></div>
{% endif %}
/* No context defined. */
  • Handle: @match_teaser_list
  • Preview:
  • Filesystem Path: resources/Views/Molecules/matchTeaserList/match_teaser_list.twig

Match teaser list

{% include '@molecules/match_teaser_list/match_teaser_list.twig' with {

    } only %}

ACF

Fields