From d38fc83df3824b840f0b3930e4cb7236bdab84b2 Mon Sep 17 00:00:00 2001 From: a73x Date: Tue, 27 Aug 2024 19:43:56 +0100 Subject: feat(content): support templating in content this is tired person code don't write tired person code --- templates/posts.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 templates/posts.html (limited to 'templates/posts.html') diff --git a/templates/posts.html b/templates/posts.html deleted file mode 100644 index c68fb73..0000000 --- a/templates/posts.html +++ /dev/null @@ -1,9 +0,0 @@ -{{template "base" .}} -{{define "content"}} -

posts

- -{{end}} -- cgit v1.2.3