commit 55c20bb266d79ec5b3f6a94345c64c899f77f2c0 parent 82ecd977873a23eab49778e6ab66f2a0bac88b31 Author: Andrew Laack <andrew@laack.co> Date: Tue, 1 Sep 2026 18:15:08 -0500 added todo Diffstat:
| M | learning/lib/render.ml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/learning/lib/render.ml b/learning/lib/render.ml @@ -1,5 +1,9 @@ open Jingoo +(* TODO: + Make templates strings, not files for easier single file builds. +*) + let to_tval value = Jg_types.Tobj [("name", Jg_types.Tstr value);]