comments.rsx 418 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. rsx! {
  2. div {
  3. // The title
  4. "hello"
  5. // The title
  6. "hello"
  7. // The title
  8. "hello"
  9. // The title
  10. "hello"
  11. // body
  12. div { "text" }
  13. div {
  14. // adadsasd
  15. // adadsasd
  16. // adadsasd
  17. // adadsasd
  18. // adadsasd
  19. // adadsasd
  20. div {}
  21. }
  22. }
  23. }