converge/pkg/templates/index.templ
2024-09-08 11:16:49 +02:00

11 lines
219 B
Plaintext

package templates
templ Index(secure string, host string, username string) {
@BasePage(0) {
@About()
@Usage(secure, host, username)
@Downloads()
}
}