``` html { "this is some text" funThatHappensT...
# language-proposals
r
Copy code
html {
  "this is some text"
  funThatHappensToReturnString()  // The return will get added whether you like it or not
  "this is some more text"
}