This commit entirely refactors the use of html templates. Instead of inheriting from a shared template, we insert the results into a base template.
2 lines
71 B
HTML
2 lines
71 B
HTML
{{ template "form.html" . }}
|
|
{{ define "form/button" }}Update{{ end }}
|