Versions in this module Expand all Collapse all v1 v1.4.0 Nov 10, 2024 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{} + FloatMap map[string]float32 + IntMap map[string]int + IsAuthenticated bool + Port string + Secure bool + ServerName string + StringMap map[string]string