converge/pkg/server/templates/index.templ
Erik Brakkee 91e1139881 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-08-03 12:54:32 +02:00

14 lines
219 B
Plaintext

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