panel/cmd/templates/view.go.tmpl

9 lines
148 B
Cheetah
Raw Normal View History

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