blog/root
Noah Petherbridge 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
..
.email Blog tag pages and contact form 2017-12-22 18:34:58 -08:00
.errors Let me use interface{} for template vars 2018-02-10 14:05:41 -08:00
admin Bring back the RSS/Atom feeds 2018-02-01 20:14:42 -08:00
blog Further simplify template rendering 2018-02-10 13:16:20 -08:00
bluez Move template rendering into sub-package 2018-02-10 10:08:45 -08:00
comments Move template rendering into sub-package 2018-02-10 10:08:45 -08:00
css Upgrade to Bootstrap 4 Final 2018-02-01 09:34:28 -08:00
js Upgrade to Bootstrap 4 Final 2018-02-01 09:34:28 -08:00
.layout.gohtml Let me use interface{} for template vars 2018-02-10 14:05:41 -08:00
.markdown.gohtml Let me use interface{} for template vars 2018-02-10 14:05:41 -08:00
about.md ACE Code Editor for Pages and Blogs 2017-12-23 15:29:38 -08:00
account.gohtml Add account settings page to change passwords 2017-12-23 19:15:50 -08:00
contact.gohtml Let me use interface{} for template vars 2018-02-10 14:05:41 -08:00
index.gohtml Move template rendering into sub-package 2018-02-10 10:08:45 -08:00
initial-setup.gohtml Let me use interface{} for template vars 2018-02-10 14:05:41 -08:00
login.gohtml Handle drafts and private/unlisted posts 2017-11-24 12:53:13 -08:00
markdown.gohtml Move template rendering into sub-package 2018-02-10 10:08:45 -08:00
test.html Initial static file router 2017-10-07 21:48:58 -07:00