package web templ Index() { @Layout("cad-atlas") {

cad-atlas

} } templ Hello(name string) {

Hello, { name }!

}