comments.rsx 513 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. // Attr
  15. class: "asdads",
  16. "health"
  17. }
  18. div {
  19. // adadsasd
  20. // adadsasd
  21. // adadsasd
  22. // adadsasd
  23. // adadsasd
  24. // adadsasd
  25. div {}
  26. }
  27. }
  28. }