{% embed 'breadcrumb.twig' with {breadcrumbs: [{dir: 'Commits search results for: ' ~ query, path:''}]} %}
{% block left %}
{% if commits %}
<button type="button" class="btn btn-primary btn-sm">Commits found: {{ commits | length }}</button>
{% endif %}
{% endblock %}
{% endembed %}