{{ record.title }}
{% if record.image!="" %}{{ record.excerpt(300, false, search|default('')) }}
{% endif %} {% include 'partials/_recordfooter.twig' with { 'record': record } %}{% extends 'partials/_master.twig' %} {% block main %} {# This template is used for 'listings': Generic pages that list a number of records from a certain contenttype. These records are available as an array called 'records'. In the for-loop below, we iterate over the records that are on this page. It can be used for overview pages like 'all entries', or 'all records tagged with kittens'. #} {# If used for listing a taxonomy, we add a heading.: #} {% if taxonomytype is defined %}
{{ record.excerpt(300, false, search|default('')) }}
{% endif %} {% include 'partials/_recordfooter.twig' with { 'record': record } %}{{ __("Unfortunately, no content could be found. Try another page, or go to the homepage.", {'%paths_root%': path('homepage')} ) }}