blob: 037146dfa0e01c403fe2daf26bca920e36b8872c (
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-html}
{.end}
</div>
{.end}
|