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