val seite = html { head { title {"Meine Website"} } body { p {"Hallo Welt!"} } }