{% extends 'layout-page.twig' %} {% set page = 'commits' %} {% block title %}P3X GitList{% endblock %} {% block content %}
{% embed 'breadcrumb.twig' with {breadcrumbs: [{dir: "Commit #{commit.hash}", path:''}]} %} {% block left %} File changed: {{ commit.changedFiles }} {% endblock %} {% block right %} Browse code {% endblock %} {% endembed %}