intial commit

This commit is contained in:
Dhananjay Balan
2017-01-22 22:30:42 +01:00
commit f1bf5b6c0d
71 changed files with 1706 additions and 0 deletions

8
templates/post.html Normal file
View File

@@ -0,0 +1,8 @@
<div class="info">
Posted on $date$
$if(author)$
by $author$
$endif$
</div>
$body$