11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
package templates
|
|
|
|
templ Index(secure string, host string, username string) {
|
|
@BasePage(0) {
|
|
@About()
|
|
@Usage(secure, host, username)
|
|
@Downloads()
|
|
}
|
|
}
|
|
|