<!-- Error rendering component -->
<!-- TwigException: Twig.expression.type.operator.binary cannot follow a Twig.expression.type.object.start at template:1 near 'matches...' -->
<!-- Error: TwigException: Twig.expression.type.operator.binary cannot follow a Twig.expression.type.object.start at template:1 near 'matches...'
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 news_from_your_teams ThemeViews\Organisms\newsFromYourTeams\NewsFromYourTeamsViewModel #}
{% extends '@atoms/section/section.twig' %}
{% set className = "news-from-your-teams" %}
{% set hidden = news_from_your_teams.news|length == 0 %}
{% block content %}
{% include '@atoms/headline/headline.twig' with {
headline: news_from_your_teams.headline.headline,
type: 'h4',
className: 'mb-1'
} only %}
{% if news_from_your_teams.area == 'upcomingMatches' %}
<div class="match-teaser-list">
{% include '@molecules/matchTeaserList/match_teaser_list.twig' with {
matches: news_from_your_teams.news
} only %}
</div>
{% else %}
<div class="generic-teaser-list">
{% include '@molecules/genericTeaserList/generic_teaser_list.twig' with {
teasers: news_from_your_teams.news
} %}
</div>
{% endif %}
<div data-vue="news-from-your-teams"></div>
{% endblock %}
/* No context defined. */
{% include '@organisms/news_from_your_teams/news_from_your_teams.twig' with {
} only %}Fields