diff options
Diffstat (limited to 'templates/content.html')
-rw-r--r-- | templates/content.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/content.html b/templates/content.html new file mode 100644 index 0000000..ba58e3c --- /dev/null +++ b/templates/content.html @@ -0,0 +1,3 @@ +{{define "main"}} +<article>{{.}}</article> +{{end}} |