wisski-cloud-distillery/internal/dis/component/auth/panel/templates/ssh_add.html
2023-02-02 16:46:42 +01:00

9 lines
No EOL
199 B
HTML

{{ template "form.html" . }}
{{ 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 }}