---
const cool = "our frontmatter"
console.log("Hello, World!")
console.log(`This is ${cool}!`)
---

This is some text<div>
  <p>
    Some text in HTML tags
    <strong> and some text in nested tags </strong>
  </p>
  Watch this &nbsp; html entity!
  {true && <p>Some more text in expression</p>}
  <!-- Wow, we even have an HTML comment -->
</div>This is the final text