Added OpenID Authentication
[phorkie.git] / data / templates / display.htm
1 {% extends "base.htm" %}
2 {% block title %}
3  {{repo.getTitle}}
4 {% endblock %}
5
6 {% block content %}
7  {% include 'display-head.htm' %}
8
9 {% for file in repo.getFiles %}
10  {% include 'display-file.htm' %}
11 {% endfor %}
12
13  {% include 'display-foot.htm' %}
14 {% endblock %}
15
16 {% block sidebar %}
17  {% include 'display-sidebar-history.htm' %}
18 {% endblock %}