# Functions
AssignForm assign form values back to the template data.
DeleteLocaleCookie convenience function to delete the locale cookie consistently Setting the lang cookie will trigger the middleware to reset the language to previous state.
DeleteRedirectToCookie convenience function to delete most cookies consistently.
GetInclude get include in form tag.
GetMaxSize get max size in form tag.
GetMinSize get minimal size in form tag.
GetSiteCookie returns given cookie value from request header.
GetSize get size int form tag.
IsAPIPath returns true if the specified URL is an API path.
Locale handle locale.
SetLocaleCookie convenience function to set the locale cookie consistently.
SetRedirectToCookie convenience function to set the RedirectTo cookie consistently.
SetSiteCookie returns given cookie value from request header.
Validate validate TODO:.