aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: a4279bd949376b65f5ad38396130dbec3637bcd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <title>{{ title }}</title>
  </head>
  <body>
    <ul>
      {{# posts }}<li>{{ .title }}</li>{{/ posts }}
    </ul>
  </body>
</html>