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.

14 lines
284 B

6 years ago
2 years ago
  1. <ul class="post-list">
  2. $for(posts)$
  3. <li>
  4. <div class="post-list-item">
  5. <div class="post-list-header">
  6. <a href="$url$">$title$</a>
  7. $date$
  8. </div>
  9. <div clas="post-list-synopsys">
  10. $synopsys$
  11. </div>
  12. </div>
  13. </li>
  14. $endfor$
  15. </ul>