init
This commit is contained in:
commit
b15b95781c
108 changed files with 14802 additions and 0 deletions
3
web/templates/partials/csrf_field.gohtml
Normal file
3
web/templates/partials/csrf_field.gohtml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{{define "csrf_field"}}
|
||||
{{if .CSRFToken}}<input type="hidden" name="csrf_token" value="{{.CSRFToken}}">{{end}}
|
||||
{{end}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue