Update jQuery from 1.12.4 to 3.7.1
[phorkie.git] / data / templates / revision.htm
1 {% extends "base.htm" %}
2 {% block title %}{{repo.getTitle}} - revision {{repo.hash}}{% endblock %}
3
4 {% block meta %}
5 <meta name="robots" content="noindex,nofollow"/>
6 {% endblock %}
7
8 {% block content %}
9  {% include 'revision-head.htm' %}
10
11 {% for file in repo.getFiles %}
12  {% include 'display-file.htm' %}
13 {% endfor %}
14
15 {% endblock %}
16
17 {% block sidebar %}
18  {% include 'display-sidebar-history.htm' %}
19 {% endblock %}