comments.rsx 216 B

123456789101112131415161718
  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. }
  14. }