From 9c7895f5cdd27aeadcaa7128682a047cfc4fb3f8 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 23 Oct 2024 17:24:54 -0700 Subject: Don't pre-render templates. --- templates/outline.html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/outline.html.template') diff --git a/templates/outline.html.template b/templates/outline.html.template index be739c3..9dd6730 100644 --- a/templates/outline.html.template +++ b/templates/outline.html.template @@ -1,7 +1,7 @@ - {{.Title}} + {{template "title" .}} -- cgit v1.3.1