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

    %{styles}
  </head>

  <body class='guff-post-blog'>
    %{body}
  </body>

  %{scripts}
</html>