git.fiddlerwoaroof.com
Raw Blame History
{% extends 'layout_page.twig' %}

{% set page = 'commits' %}

{% block title %}
  GitList
{% endblock %}

{% block content %}
  {% include 'breadcrumb.twig' with {breadcrumbs: [{dir: 'Commit history', path:''}]} %}

  {% include 'commits_list.twig' %}
{% endblock %}