post.html 159 B

1234567891011121314
  1. <div class="info">
  2. Posted on $date$
  3. $if(author)$
  4. by $author$
  5. $endif$
  6. </div>
  7. <div class="info">
  8. $if(tags)$
  9. Tags: $tags$
  10. $endif$
  11. </div>
  12. $body$