package templates templ Index(version string, revision string) {

ionscale

{ version }

{ revision }

} templ Success() {

Authorization successful

You can now close this window
} templ NewMachine() {

Authentication successful

but this is a new machine and needs to be authorized by your Tailnet admin.
} templ Error() {

An error occurred

} templ Unauthorized() {

Authentication successful

but you're not authorized to use any network
} templ InvalidAuthKey() {

Authorization failed

the provided auth key is invalid
} templ NotTagOwner() {

Authentication successful

but you're not a valid tag owner for the requested tags
} templ NotMachineOwner() {

Authentication successful

but you're not a valid owner of the machine
} templ layout(contents templ.Component) { @heading()
@contents
} templ heading() { ionscale }