Commit Graph

6 Commits (e67df627ced44e5545a81d24d0e728ec05c936f5)

Author SHA1 Message Date
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
Noah 9eaca9c98b Add admin page editor UX 2017-12-23 14:48:47 -08:00
Noah d730b4d43c Import wiki pages, render Markdown pages w/ Pygments 2017-12-02 10:47:21 -08:00
Noah 6f330a3e92 Initial form and model layout, user creating/loading 2017-11-07 09:01:02 -08:00
Noah c69dbfebba Add JsonDB and initial Admin Setup POST handler 2017-11-03 09:52:40 -07:00
Noah 456cad7a50 Initial "Bluez" default theme and Admin Setup page 2017-10-31 09:42:15 -07:00