14 lines
285 B
HTML
14 lines
285 B
HTML
|
<div id='recent-posts-nojs'>
|
||
|
<strong>Recent Posts</strong>
|
||
|
<ul>
|
||
|
$for(recentPosts)$
|
||
|
<li class='recent-post-item-nojs'>
|
||
|
<a href='$url$'>
|
||
|
<strong>$title$</strong>
|
||
|
</a>
|
||
|
$if(teaser)$ $teaser$ $else$ $body$ $endif$
|
||
|
</li>
|
||
|
$endfor$
|
||
|
</ul>
|
||
|
</div>
|