refactor: render_template now accepts only Template_Context objects.

This commit is contained in:
Spencer Brower
2026-07-28 10:53:24 -04:00
parent dea4180031
commit 01d13ff279
2 changed files with 65 additions and 77 deletions
+1
View File
@@ -81,6 +81,7 @@ main :: proc () {
- [ ] Integrity hash
- Allows users to verify their output didn't change after upgrading to a new version
- [ ] Content-hash fingerprinting for CSS and JS cache busting
- [ ] merge `render_{section,home_html,page_html}` procs.
- [ ] try to combine render_page_html and render_home_html?
- [ ] Avoid `json.Value` / `json.Object` where possible.
- [ ] Create a json schema file for `thor.json`.