14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
package templates
|
|
|
|
import "git.wamblee.org/converge/pkg/models"
|
|
|
|
|
|
templ Index(access models.ConvergeAccess) {
|
|
@BasePage(0) {
|
|
@About()
|
|
@Usage(access)
|
|
@Downloads()
|
|
}
|
|
}
|
|
|