diff options
Diffstat (limited to 'templates/blog/post.html.template')
| -rw-r--r-- | templates/blog/post.html.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/blog/post.html.template b/templates/blog/post.html.template new file mode 100644 index 0000000..ba5e81f --- /dev/null +++ b/templates/blog/post.html.template @@ -0,0 +1,4 @@ +<article> + <a href="/">⬅️Home</a> +{{template "post"}} +</article> |
