Initial commit

This commit is contained in:
2018-09-20 20:58:27 +03:00
commit 9ff22271d4
12 changed files with 594 additions and 0 deletions

11
templates/post.html Normal file
View File

@ -0,0 +1,11 @@
<article>
<section class="header">
Posted on $date$
$if(author)$
by $author$
$endif$
</section>
<section>
$body$
</section>
</article>