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

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>