{% extends "base.html" %} {% load wagtailcore_tags %} {% block title %}Search{% if search_results %} results{% endif %}{% endblock %} {% block content %}

Search results

{% if search_results %}

You searched{% if search_query %} for “{{ search_query }}”{% endif %}

{% elif search_query %} No results found {% else %} You didn’t search for anything! {% endif %} {% endblock content %}