{% extends 'layout-page.twig' %} {% set page = 'treegraph' %} {% block title %}P3X GitList{% endblock %} {% block content %} {% embed 'breadcrumb.twig' with {breadcrumbs: [{dir: 'Log graph', path:''}]} %} {% block right %} {% endblock %} {% block left %} Hover over the log to see the full commit message. {% endblock %} {% endembed %}