diff options
Diffstat (limited to 'data/example/templates/post.html')
-rw-r--r-- | data/example/templates/post.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/example/templates/post.html b/data/example/templates/post.html new file mode 100644 index 0000000..4b39962 --- /dev/null +++ b/data/example/templates/post.html @@ -0,0 +1,3 @@ +<div class="info">Posted on $date$</div> + +$body$ |