projects
/
butterbackup.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Applied patch from tuttle@somsants.net.
[butterbackup.git]
/
dir.html
1
<html>
2
<head>
3
<title>
{{ title }}
</title>
4
</head>
5
<body>
6
<ul>
7
{% for item in items %}
8
<li><a
href
=
"{{ escape(item) }}"
>
{{ escape(item) }}
</a></li>
9
{% end %}
10
</ul>
11
</body>
12
</html>