From 5f81d506095852c3f0db5322e67c862f904da3f1 Mon Sep 17 00:00:00 2001 From: Shy Date: Sun, 8 Feb 2026 10:30:41 -0500 Subject: Initial commit --- assets/index.html.jinja | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 assets/index.html.jinja (limited to 'assets/index.html.jinja') diff --git a/assets/index.html.jinja b/assets/index.html.jinja new file mode 100644 index 0000000..5370ad7 --- /dev/null +++ b/assets/index.html.jinja @@ -0,0 +1,65 @@ + + + + + {{ site }} - {{ name | upper }} + + + + + + + +
+ + Back + +

Index - {{ name | upper }}

+ +
+ {% for page, page_raw, page_loc, not_empty in index_pages %} + {% if page_raw == loc %} + {{ page }} + {% elif not_empty %} + {{ page }} + {% else %} + {{ page }} + {% endif %} + {% endfor %} +
+ +
+ +
+ {% if rating == None %} + Any + {% else %} + Any + {% endif %} + + {% for r in content_ratings %} + {% if rating == r %} + {{ r }} + {% else %} + {{ r }} + {% endif %} + {% endfor %} +
+
+ + + + \ No newline at end of file -- cgit v1.2.3