<div class="p3x-gitlist-file-fragment-blame-line-header">
<span class="far fa-file-alt"></span> <a id="{{ blame.commitShort }}" href="{{ path('commit', {repo: repo, commit: blame.commit}) }}">{{ blame.commitShort }}</a>
</div>
<div class="p3x-gitlist-file-fragment-blame-line-content">
{% if not binary %}
<div class="p3x-gitlist-file-fragment-text" id="p3x-gitlist-file-fragment-text-{{ loop.index0 }}">{{ blame.line }}</div>
{% else %}
binary
{% endif %}
</div>
</div>
{% endfor %}