blog/core/internal
Noah 6d3de7da69 Let me use interface{} for template vars
Since most of the `render.Vars{}` fields were hardcoded/not really
editable for the templates, apart from .Data, this struct is now locked
away in the render subpackage.

End http.HandlerFunc's can then make any arbitrary template data
structure they want to, available inside the templates as `.Data`.
2018-02-10 14:05:41 -08:00
..
controllers/setup Further simplify template rendering 2018-02-10 13:16:20 -08:00
forms Let me use interface{} for template vars 2018-02-10 14:05:41 -08:00
log Move template rendering into sub-package 2018-02-10 10:08:45 -08:00
markdown Let me use interface{} for template vars 2018-02-10 14:05:41 -08:00
middleware Further simplify template rendering 2018-02-10 13:16:20 -08:00
models Shuffle around package directories 2018-02-09 18:46:58 -08:00
render Let me use interface{} for template vars 2018-02-10 14:05:41 -08:00
responses Move Flash and Redirect responses to subpackage 2018-02-10 11:20:27 -08:00
sessions Eviscerate the last of the middleware into sub-packages 2018-02-10 11:14:42 -08:00
types Eviscerate the last of the middleware into sub-packages 2018-02-10 11:14:42 -08:00