Skip to content
Snippets Groups Projects
Commit 55e3c77a authored by Chris Lawton's avatar Chris Lawton
Browse files

adding search results page title

parent d8364b87
No related branches found
No related tags found
No related merge requests found
{% 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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment