8 lines
99 B
HTML
8 lines
99 B
HTML
<ul>
|
|
$for(recentPosts)$
|
|
<li>
|
|
<a href="$url$">$title$ - $date$</a>
|
|
</li>
|
|
$endfor$
|
|
</ul>
|