wisski-cloud-distillery/internal/dis/component/server/admin/html/user_create.html
Tom Wiesing d235ee4e5c
Refactor html templates
This commit entirely refactors the use of html templates. Instead of
inheriting from a shared template, we insert the results into a base
template.
2023-01-23 11:41:20 +01:00

2 lines
71 B
HTML

{{ template "form.html" . }}
{{ define "form/button" }}Create{{ end }}