1 2 3 4 5 6
package views templ CSRF() { // <input type="hidden" name={echo.HeaderXCSRFToken} value={ ctx.Value("csrf").(string) } /> }