A demo page showcasing various features of the blog.
var foo = "bar";
export default function App() { return <div>Hello World!</div> }