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