{% 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 |
{% if e.is_comment %}
Comment (comment link)
on issue {{e.issue_title}}
in repo dcppc/{{e.repo_name}}
{% else %} Issue {{e.issue_title}} in repo dcppc/{{e.repo_name}} {% endif %} score: {{'%d' % e.score}} {{ e.content_highlight|safe}}
|
More info can be found in the README.md file
{% endblock %}