From 454825558aef4320c82b3d3148537038364c9427 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Sat, 23 May 2020 02:24:18 -0700 Subject: DARLING in the FRANXX --- views/album.handlebars | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 views/album.handlebars (limited to 'views') diff --git a/views/album.handlebars b/views/album.handlebars new file mode 100644 index 0000000..c959c43 --- /dev/null +++ b/views/album.handlebars @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ title }} + + + + + + + + + +
+
+
+
+
+

{{ title }}

+

{{ count }} files

+
+
+ {{#if enableDownload}} + Download Album + {{/if}} +
+
+
+
+
+
+
+
+ {{#each files}} + + {{/each}} +
+
+
+
+ + + -- cgit v1.2.3