first commit
This commit is contained in:
5
assets/templates/post-list.html
Normal file
5
assets/templates/post-list.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<ul class="post-list">
|
||||
$for(posts)$
|
||||
<li><a href="$url$">$title$</a></li>
|
||||
$endfor$
|
||||
</ul>
|
||||
Reference in New Issue
Block a user