diff options
Diffstat (limited to 'templates/posts.html')
| -rw-r--r-- | templates/posts.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/posts.html b/templates/posts.html new file mode 100644 index 0000000..75d3801 --- /dev/null +++ b/templates/posts.html @@ -0,0 +1,4 @@ +{{template "base" .}} +{{define "content"}} +<h1>Posts</h1> +{{end}} |
