Versions in this module Expand all Collapse all v1 v1.0.0 Dec 5, 2022 Changes in this version + type Render struct + JetViews *jet.Set + Port string + Renderer string + RootPath string + Secure bool + ServerName string + Session *scs.SessionManager + func (c *Render) GoPage(w http.ResponseWriter, r *http.Request, view string, data interface{}) error + func (c *Render) JetPage(w http.ResponseWriter, r *http.Request, templateName string, ...) error + func (c *Render) Page(w http.ResponseWriter, r *http.Request, view string, ...) error + type TemplateData struct + CSRFToken string + Data map[string]interface{} + Error string + Flash string + FloatMap map[string]float32 + IntMap map[string]int + IsAuthenticated bool + Port string + Secure bool + ServerName string + StringMap map[string]string