From 0dae37a2e98c13fbc78acd58b86565fd6f14c654 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 14 Jan 2018 12:39:50 +0100 Subject: Split out layout from templates. --- templates/show_post.html | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) (limited to 'templates/show_post.html') diff --git a/templates/show_post.html b/templates/show_post.html index 31c2ca3..9e633cc 100644 --- a/templates/show_post.html +++ b/templates/show_post.html @@ -1,19 +1,11 @@ - - - - {{ post.title }} - - -
- {{# post. }} -
-

{{ .title }}

- {{> post_actions.html }} -
-
- {{ .body }} -
- {{/ post }} -
- - +
+ {{# post. }} +
+

{{ .title }}

+ {{> post_actions.html }} +
+
+ {{ .body }} +
+ {{/ post }} +
-- cgit v1.2.3