{% for result in results %}
<div class="panel panel-default">
<div class="panel-heading">
<span class="far fa-file-alt"></span> <a href="{{ path('blob', {repo: repo, branch: branch, file: result.file, commitishPath: branch ~ '/' ~ result.file}) }}&codemirror=1&query={{ search_query }}#L{{ result.line }}">{{ result.file }}</a>
</div>
<div class="panel-body p3x-gitlist-search-match">{{ result.match }}</div>
</div>
{% endfor %}
{% else %}