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