{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags i18n el_pagination_tags %} {% block content %} {% if search_results %}
{{page.subtitle_highlight|safe}}
{% elif page.body_highlight %}{{page.body_highlight|safe}}
{% endif %} {% else %}{{page.subtitle}}
{% endif %} {% endwith %} {% endfor %}