summary refs log tree commit diff
path: root/templates/page/item.html
blob: 729cfaddf9e5c8b164e4583eff253e22549966f5 (plain)
1
2
3
4
5
6
<header>
	<h1><a href="">${title}</a></h1>
	<p><strong>Last modification on </strong> <time datetime="${updated}">${updated}</time></p>
</header>

%{contentfile}