{% extends "base.html" %} {% load static wagtailcore_tags %} {% block body_class %}template-searchresults{% endblock %} {% block title %}O que vocĂȘ procura?{% endblock %} {% block content %}

O que vocĂȘ procura?

{% if search_results %} {% if search_results.has_previous %} Previous {% endif %} {% if search_results.has_next %} Next {% endif %} {% elif search_query %} Nenhum resultado encontrado {% endif %} {% endblock %}