summary refs log tree commit diff
path: root/templates/page/item.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page/item.html')
-rw-r--r--templates/page/item.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/page/item.html b/templates/page/item.html
new file mode 100644
index 0000000..729cfad
--- /dev/null
+++ b/templates/page/item.html
@@ -0,0 +1,6 @@
+<header>
+	<h1><a href="">${title}</a></h1>
+	<p><strong>Last modification on </strong> <time datetime="${updated}">${updated}</time></p>
+</header>
+
+%{contentfile}