summaryrefslogtreecommitdiff
path: root/templates/list-packages.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list-packages.html')
-rw-r--r--templates/list-packages.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/list-packages.html b/templates/list-packages.html
new file mode 100644
index 0000000..dc2c8b9
--- /dev/null
+++ b/templates/list-packages.html
@@ -0,0 +1,5 @@
+<ul>
+ {% for pkg in packages %}
+ <li><a href={{base_url}}/{{pkg}}>{{pkg}}</a></li>
+ {% endfor %}
+</ul>