technoduck.me.old/templates/page/item.html

9 lines
129 B
HTML
Raw Normal View History

2023-07-18 19:59:11 +00:00
<header>
<h1>${title}</h1>
<p>
<strong>Last modification on </strong> <time>${updated}</time>
</p>
</header>
%{contentfile}