diff --git a/frontend/templates/index.go.tmpl b/frontend/templates/index.go.tmpl index f0bfb9d..ca569f2 100644 --- a/frontend/templates/index.go.tmpl +++ b/frontend/templates/index.go.tmpl @@ -24,5 +24,16 @@ +
+ + +
+{{ range .Posts }} +{{ template "post.go.tmpl" . }} +{{ end }} +
+ +
+ \ No newline at end of file