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