summaryrefslogtreecommitdiff
path: root/examples/simpleblog/templates/posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simpleblog/templates/posts.html')
-rw-r--r--examples/simpleblog/templates/posts.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/simpleblog/templates/posts.html b/examples/simpleblog/templates/posts.html
new file mode 100644
index 0000000..2bec161
--- /dev/null
+++ b/examples/simpleblog/templates/posts.html
@@ -0,0 +1,4 @@
+<h1>All posts</h1>
+<ul>
+ $posts$
+</ul>