{% extends 'layout-page.twig' %}
{% set page = 'commits' %}
{% block title %}P3X GitList{% endblock %}
{% block content %}
{% embed 'breadcrumb.twig' with {breadcrumbs: breadcrumbs} %}
{% block left %}
View file
{% endblock %}
{% endembed %}
{% if blames %}
Blames found: {{ blames | length }}
Mode: {{ type }}
Binary: {{ binary ? 'true' : 'false' }}