summaryrefslogtreecommitdiff
path: root/examples/categoryblog/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/categoryblog/templates/post.html')
-rw-r--r--examples/categoryblog/templates/post.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/categoryblog/templates/post.html b/examples/categoryblog/templates/post.html
new file mode 100644
index 0000000..8ecb87d
--- /dev/null
+++ b/examples/categoryblog/templates/post.html
@@ -0,0 +1,5 @@
+<h1>$title</h1>
+by <em>$author</em> on <strong>$date</strong>
+<div>Tagged as: $tags.</div>
+
+$body