{{ record.title }}
{% if record.image!="" %} {% endif %} {# display something introduction-like.. #}{{ record.excerpt(300, false, search|default('')) }}
{% extends 'partials/_master.twig' %} {% block main %} {# This template is used for search results. If 'search' is defined, we display an appropriate title. The 'records' array contains all of the records matching the current query. If there are no results, the code in the 'else' part of the for-loop is used. #}
{{ record.excerpt(300, false, search|default('')) }}
{{ __('general.phrase.no-result-for-search-term', { '%SEARCHTERM%': search|escape }) }}