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