{% load search_highlight %}

Search results for "{{ search_string }}".

There are {{ num_of_search_results }} pages(s) matching the search query.


{% for result in search_results %}

{{ result.title | underline:result.match_data }}

{{ result.url }}

{{ result.body | highlight:result.match_data }}


{% endfor %}