panel/cmd/templates/view.go.tmpl

9 lines
142 B
Cheetah
Raw Permalink Normal View History

2024-11-03 21:33:08 +01:00
package {{.PackagePath}}
import "{{.ModulePath}}/web/views/layouts"
2024-11-03 21:33:08 +01:00
templ Show() {
@layouts.Base(nil) {
<p>{{.Name}}</p>
}
}