Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <div class='comments' th:each="comment : ${comments}">
  2. <div class='comment' th:text='comment'/>
  3. </div>
  4.  
  5. <div class='comments' th:each="comment : ${comments}">
  6. <div class='comment' th:text='comment'>
  7. <div class='comment' here comment to comment/>
  8. etc..
  9. </div>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement