From 63668ca89f055b2233a8aa6caf4213853918d68d Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 15 Nov 2020 21:43:36 -0600 Subject: Switch to handlebars for templating --- src/templates/blog.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/templates/blog.html (limited to 'src/templates/blog.html') diff --git a/src/templates/blog.html b/src/templates/blog.html new file mode 100644 index 0000000..40b86f5 --- /dev/null +++ b/src/templates/blog.html @@ -0,0 +1,22 @@ + + + + + Mark's Kitchen - Blog + + + + + + + +

+ < + Blog +

+ {{> navigation}} + {{> feed}} + {{> footer}} + + + \ No newline at end of file -- cgit v1.2.3