aboutsummaryrefslogtreecommitdiff
path: root/src/views/blog/list.ecr
blob: d0a35ca3dfa9f53e5d29f3c0c43148ab7fe1c46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang='en-US'>
  <head>
    <meta charset="utf-8"/>
    <title><%=
      h(TITLE)
    %></title>

    <%
      # TODO: add theme styles
    %>
  </head>

  <body>
    <b>blog list</b>

    <div class='posts'><%=
      posts
    %></div><!-- posts -->
  </body>

  <%
    # TODO: add theme scripts
  %>
</html>