Files
nattopages/templates/post-list.html
Amneesh Singh 358f421157 initial template
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-05-12 00:51:45 +05:30

8 lines
117 B
HTML

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