1
0
portfolio/portfolio/templates/recent-posts.html

8 lines
127 B
HTML

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