diff options
Diffstat (limited to 'examples/rssblog/posts.html')
-rw-r--r-- | examples/rssblog/posts.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/rssblog/posts.html b/examples/rssblog/posts.html new file mode 100644 index 0000000..bc1741b --- /dev/null +++ b/examples/rssblog/posts.html @@ -0,0 +1,4 @@ +<h1>All posts</h1> +<ul> + $posts +</ul> |