From 5f81d506095852c3f0db5322e67c862f904da3f1 Mon Sep 17 00:00:00 2001 From: Shy Date: Sun, 8 Feb 2026 10:30:41 -0500 Subject: Initial commit --- assets/chapter.html.jinja | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 assets/chapter.html.jinja (limited to 'assets/chapter.html.jinja') diff --git a/assets/chapter.html.jinja b/assets/chapter.html.jinja new file mode 100644 index 0000000..972ac75 --- /dev/null +++ b/assets/chapter.html.jinja @@ -0,0 +1,45 @@ + + + + + {{ site }} - {{ series_name }} - {{ chapter_name }} + + + + + + + + Back + + {% if prev_loc or next_loc %} + + {% endif %} + +
+ {% for im in images %} + page {{ loop.index }} + {% endfor %} +
+ + {% if prev_loc or next_loc %} + + {% endif %} + + \ No newline at end of file -- cgit v1.2.3