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