aboutsummaryrefslogtreecommitdiff
path: root/data/themes/blank/templates/blog-list.html
blob: 0ed98f0748dcb13a43dbcc59f3b92a7bccc0976b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang='en-US'>
  <head>
    <meta charset="utf-8"/>
    <title>%{name|h}</title>

    %{styles}
  </head>

  <body class='guff-blog-list'>
    <div class='posts'>%{
      body
    }</div><!-- posts -->
  </body>

  %{scripts}
</html>