{% extends 'layout-page.twig' %} {% set page = 'commits' %} {% block title %}{{ repo }} - {{ 'menu.commits'|t }} - {{ app.title }}{% endblock %} {% block content %} {% embed 'breadcrumb.twig' with {breadcrumbs: breadcrumbs} %} {% block left %} {% if file != '' %}
{% endif %} {% endblock %} {% endembed %} {% include 'commits-list.twig' %} {% endblock %}