wisski-cloud-distillery/internal/dis/component/auth/panel/templates/ssh_add.html
2023-01-15 19:41:00 +01:00

11 lines
No EOL
247 B
HTML

{{ template "_form.html" . }}
{{ define "form/title" }}Add SSH Key{{ end }}
{{ define "form/button" }}Add{{ end }}
{{ define "form/inside" }}
<div>
<p>
Use this form to add a new <em>SSH Key</em> to your account.
</p>
</div>
{{ end }}