From a16e8a21bb83325f8e40c13ef2d052393e2f6489 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 7 May 2022 00:29:01 +0200 Subject: feat: Add early blog implementation It is just a really crappy implementation to get it running until a figure the pieces of the project out. --- templates/post.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/post.html (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..68211c1 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,13 @@ + + + + <% include!("head.html"); %> + + +<% include!("simple_header.html"); %> +
+ <%- content %> + +
+ + -- cgit v1.2.3