diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index c2a7b92..a4279bd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,8 @@ <title>{{ title }}</title> </head> <body> - {{ content }} + <ul> + {{# posts }}<li>{{ .title }}</li>{{/ posts }} + </ul> </body> -</html>
\ No newline at end of file +</html> |