my blog lives here now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
284 B

<ul class="post-list">
$for(posts)$
<li>
<div class="post-list-item">
<div class="post-list-header">
<a href="$url$">$title$</a>
$date$
</div>
<div clas="post-list-synopsys">
$synopsys$
</div>
</div>
</li>
$endfor$
</ul>