saasitone/templates/components/forms.gohtml

3 lines
82 B
Plaintext
Raw Normal View History

2021-12-03 04:53:01 -08:00
{{define "csrf"}}
<input type="hidden" name="csrf" value="{{.CSRF}}"/>
{{end}}