converge/pkg/server/templates/index.templ
Erik Brakkee 62b51a6d09 work in progress:
* usage page now has more dynamic part where user
  can enter id and publis ssh keys and the server will
  generate the appropriate commmands to execute depending on the local and remote shell.
2024-09-08 11:16:49 +02:00

14 lines
219 B
Plaintext

package templates
import "converge/pkg/models"
templ Index(access models.ConvergeAccess) {
@BasePage(0) {
@About()
@Usage(access)
@Downloads()
}
}