{% extends "base.html" %} {% load static wagtailcore_tags wagtailsearchpromotions_tags %} {% block body_class %}template-searchresults light-grey-bg{% endblock %} {% block page_title %}Search results{% endblock %} {% block title %}{% if search_query %}Search results for “{{ search_query }}”{% else %}Search{% endif %}{% endblock %} {% block content %}
{{ count }} result{{ count|pluralize }} found.
{% endwith %} {% elif search_query and not search_picks %}No results found.
{% endif %} {% get_search_promotions search_query as search_picks %} {% if search_picks %}