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