stuppid_bot

Untitled

May 27th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <script id="comments" type="text/html">
  2. <ul class="comments">
  3. # for comment in comments
  4. <li>
  5. {{empty comment.author_link}}${comment.author_name}
  6. {{:else}}<a href="${comment.author_link}">${comment.author_name}</a>
  7. {{/empty}} <time>${comment.date_time}</time>
  8. <p>${comment.text}</p>
  9. </li>
  10. # /for
  11. </ul>
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment