From 1e4dff1995833538f436b381bc0450a7c0080bad Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 12 May 2025 12:39:10 +0200 Subject: chore: Initial commit Based on the version that was previously in `vhack.eu/nixos-server/pkgs/by-name/ba/back`. --- templates/repos.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 templates/repos.html (limited to 'templates/repos.html') diff --git a/templates/repos.html b/templates/repos.html new file mode 100644 index 0000000..8aa71c4 --- /dev/null +++ b/templates/repos.html @@ -0,0 +1,62 @@ + + + + + + Back + + + + +
+
+

Repositories

+
+
+ +
    + {% for repo in repos -%} +
  1. + +

    + {{repo.path}} +

    + + {{repo.description}} + {{ "-" }} + {{repo.owner}} + +
    +
  2. + {%- endfor %} +
+
+
+ + -- cgit 1.4.1