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

    %{styles}
  </head>

  <body class='guff-blog-post'>
    <b>blog post: %{name|h}</b><br/>
    <b>
      by <span class='user'>%{user_name|h}</span>
      on <span class='date'>%{posted_at_text|h}</span>
    </b><br/><br/>

    %{body}
  </body>

  %{scripts}
</html>