From 8d58567f810bd0fb86a856fadd31211602f3d76c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 11 Jul 2022 22:55:11 +0300 Subject: Add mustache templating --- src/index.html.mustache | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/index.html.mustache (limited to 'src/index.html.mustache') diff --git a/src/index.html.mustache b/src/index.html.mustache new file mode 100644 index 0000000..d01df1a --- /dev/null +++ b/src/index.html.mustache @@ -0,0 +1,38 @@ + + + + Minni Honka + + + + + + + + + + +
+

Minni Honka

+

Graphic designer & Illustrator

+ +
+ + {{#galleries}} + {{#show_title}} +

{{title}}

+ {{/show_title}} + + {{/galleries}} + + \ No newline at end of file -- cgit v1.3