summaryrefslogtreecommitdiff
path: root/templates/journal_page.html
blob: 3106ca7ef0a1c63950e20fade3bacb881e436681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{.section head}
<link rel="stylesheet" type="text/css"
      href="{root|html-attr-value}/style/journal.css" />
{.end}

{.section body}
  <h1 id="main-title">{site-name|html}</h1>
  <div id="main-subtitle">{site-subtitle|html}</div>

  <div id="articles">
  {.repeated section articles}
    {article|article-html}
  {.end}
  </div>
{.end}