summaryrefslogtreecommitdiff
path: root/examples/feedblog/templates/postitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/feedblog/templates/postitem.html')
-rw-r--r--examples/feedblog/templates/postitem.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/feedblog/templates/postitem.html b/examples/feedblog/templates/postitem.html
new file mode 100644
index 0000000..0e62418
--- /dev/null
+++ b/examples/feedblog/templates/postitem.html
@@ -0,0 +1,4 @@
+<li>
+ <a href="$root/$url">$title</a>
+ - <em>$date</em> - by <em>$author</em>
+</li>