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.
|
|
- <ul id="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>
|