package {{.PackagePath}}
import "{{.ModulePath}}/web/views/layouts"
templ Show() {
@layouts.Base(nil) {
<p>{{.Name}}</p>
}