<!-- Error rendering component -->
<!-- Error: ENOENT: no such file or directory, open '/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/resources/Views/Assets/dist/custom-icons/.svg' -->
<!-- Error: Error: ENOENT: no such file or directory, open '/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/resources/Views/Assets/dist/custom-icons/.svg'
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) -->
<div class="news-feed-event generic-teaser{% if subline is not empty %} sl{% endif %}">
<a href="{{ link }}">
{% if logo is empty %}
<div class="fallback-logo">
{% include '@atoms/icon/icon.twig' with {
icon: area
} %}
</div>
{% else %}
<div class="logo">
<img src="{{ logo|towebp|resize(92,92) }}" alt="{{ title|striptags }}" width="46" height="46">
</div>
{% endif %}
</a>
<span class="date absolute top-1 right-0 text-light font-teko-light">{{ creation_date }} {{ t('Uhr') }}</span>
<div class="wrap">
<a href="{{ link }}">
{% include '@atoms/copy/copy.twig' with {
text: title,
className: 'title'
} %}
</a>
{% if subline is not empty %}
{% include '@atoms/copy/copy.twig' with {
text: subline,
className: 'subline'
} %}
{% endif %}
</div>
</div>
/* No context defined. */
{% include '@atoms/news_feed_event/news_feed_event.twig' with {
} only %}Fields