Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script id="comments" type="text/html">
- <ul class="comments">
- # for comment in comments
- <li>
- {{empty comment.author_link}}${comment.author_name}
- {{:else}}<a href="${comment.author_link}">${comment.author_name}</a>
- {{/empty}} <time>${comment.date_time}</time>
- <p>${comment.text}</p>
- </li>
- # /for
- </ul>
- </script>
Advertisement
Add Comment
Please, Sign In to add comment