{% if rg_cmd %}
Executed: {{ rg_cmd }}
{% endif %} {% if results %}
{% for block in results %}
{% if block.tag %} {{ block.tag }} {{ block.title }} {{ block.authors }} {% else %} {{ block.hash[:12] }} [No Reference Tag] {% endif %}
{% for line in block.lines %}
{{ line.number if line.number else '' }} {{ line.text|safe }}
{% endfor %}
{% endfor %}

{{ results|length }} documents matched.

{% else %}

No full-text matches found.

{% endif %}