Initial commit

This commit is contained in:
Dimitri Lozeve 2018-11-13 20:00:01 +01:00
commit ff6d829468
19 changed files with 583 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>