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

7
templates/post-list.html Normal file
View file

@ -0,0 +1,7 @@
<ul>
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
</li>
$endfor$
</ul>