diff options
Diffstat (limited to 'templates/post.templ')
-rw-r--r-- | templates/post.templ | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/post.templ b/templates/post.templ index 9717b4e..1a5495c 100644 --- a/templates/post.templ +++ b/templates/post.templ @@ -1,7 +1,10 @@ package templates import ( + "context" + "io" "time" + "go.alanpearce.eu/website/internal/config" "go.alanpearce.eu/website/internal/content" ) |