From 2df5addacd82ac7463ff6d3ec6754b21dab71737 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 5 Apr 2020 20:20:41 -0700 Subject: initial commit --- templates/index.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 templates/index.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..7bee424 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,45 @@ + + + + Audiobooks + + + + +

Audiobooks

+ + + + + + + + + {% for b, v in books.items() %} + + + + + + + + {% endfor %} +
TitlePathTracksDurationSize
{{ v['title'] }}{{ v['path'] }}{{ v['files']|length }}{{ v['duration_str'] }}{{ v['size_str'] }}
+ + -- cgit v1.2.3-54-g00ecf