{% extends "layout.html" %} {% block body %}
File directories:  {% for d in directories %} {{d|trim}} {% endfor %} |
Parsed query: {{ parsed_query }} |
FOUND {{ entries | length }} results of {{ total}} documents |
{{e.path}}score: {{'%d' % e.score}}
{{ e.content_highlight|safe}}
|
More info can be found in the README.md file
{% endblock %}