123456789101112131415161718192021222324252627282930313233343536373839404142 |
- rsx! {
- div {
- // The title
- "hello"
- // The title
- "hello"
- // The title
- "hello"
- // The title
- "hello"
- // body
- div { "text" }
- div {
- // adadsasd
- // adadsasd
- // adadsasd
- // adadsasd
- // adadsasd
- // adadsasd
- div {}
- }
- }
- }
|