import Elementary struct TestPage: HTML, Sendable { var body: some HTML { HTMLRaw( """
Page Content
""" ) } }