center layout
[phorkie.git] / data / templates / revision.htm
1 {% extends "base.htm" %}
2 {% block title %}
3  {%if repo.getDescription %}
4   {{repo.getDescription}}
5  {%else%}
6   {{repo.id}}
7  {%endif%}
8  - revision {{repo.hash}}
9 {% endblock %}
10
11 {% block content %}
12  {% include 'revision-head.htm' %}
13
14 {% for file in repo.getFiles %}
15  {% include 'display-file.htm' %}
16 {% endfor %}
17
18 {% endblock %}
19
20 {% block sidebar %}
21  {% include 'display-sidebar-history.htm' %}
22 {% endblock %}