summaryrefslogtreecommitdiff
path: root/templates/list-arches.html
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2023-01-22 19:53:18 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2023-01-22 19:53:18 +0100
commitc1e0c1353c5efaccf3ed4628f22589ab6a133100 (patch)
treeab2e970132d87ed0db5f036169ab6182b3ce0705 /templates/list-arches.html
parent6054b08485a84de498d7ae2b680b1c968f8104b7 (diff)
add templates to browse
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
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>