diff options
Diffstat (limited to '')
-rw-r--r-- | site/templates/post.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/site/templates/post.html b/site/templates/post.html new file mode 100644 index 0000000..428ebff --- /dev/null +++ b/site/templates/post.html @@ -0,0 +1,11 @@ +<article> + <section class="header"> + Posted on $date$ + $if(author)$ + by $author$ + $endif$ + </section> + <section> + $body$ + </section> +</article> |