aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: 674b867f51b88684120ea08282a6ac62c4c88d43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <title>{{ title }}</title>
  </head>
  <body>
    <p><a href="/posts/new">Create new post</a></p>
    {{# posts }}{{> post_teaser.html }}{{/ posts }}
  </body>
</html>