basic web+fork handling
[phorkie.git] / data / templates / revision.htm
1 {% extends "base.htm" %}
2 {% block title %}{{repo.getTitle}} - revision {{repo.hash}}{% endblock %}
3
4 {% block content %}
5  {% include 'revision-head.htm' %}
6
7 {% for file in repo.getFiles %}
8  {% include 'display-file.htm' %}
9 {% endfor %}
10
11 {% endblock %}
12
13 {% block sidebar %}
14  {% include 'display-sidebar-history.htm' %}
15 {% endblock %}