Files
nattopages/templates/post-list.html
Amneesh Singh 0e6d6d79a2 add tags
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-05-12 20:30:31 +05:30

8 lines
115 B
HTML

<ul>
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
</li>
$endfor$
</ul>