Documentation ¶
Index ¶
- func GenHTMLContext() martini.Handler
- func HTMLCSRF(x csrf.CSRF, html HTMLContext)
- func HTMLHeader(html HTMLContext)
- func HTMLMeta(res http.ResponseWriter, req *http.Request, html HTMLContext)
- func HTMLSettings(res http.ResponseWriter, req *http.Request, html HTMLContext)
- func RequestParams(html HTMLContext, p martini.Params, req *http.Request)
- type HTMLContext
- type Meta
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenHTMLContext ¶
func HTMLCSRF ¶
func HTMLCSRF(x csrf.CSRF, html HTMLContext)
func HTMLHeader ¶
func HTMLHeader(html HTMLContext)
func HTMLMeta ¶
func HTMLMeta(res http.ResponseWriter, req *http.Request, html HTMLContext)
func HTMLSettings ¶
func HTMLSettings(res http.ResponseWriter, req *http.Request, html HTMLContext)
func RequestParams ¶
func RequestParams(html HTMLContext, p martini.Params, req *http.Request)
Types ¶
type HTMLContext ¶
type HTMLContext map[string]interface{}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.