{%- extends "docs/base.html" %} {% block search_bar %} {% endblock %} {% block page_content %}
{% if results %}
    {% for title, page_path, highlights in results.results %}
  1. {% set path = page_path|pretty_path %} {{ title }}
    {{ highlights|safe }}
  2. {% endfor %}
{% endif %} {% endblock page_content %}