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