test out dream templates

This commit is contained in:
2022-10-07 07:40:18 -06:00
parent cec095a7e7
commit b422246ac8
7 changed files with 241 additions and 294 deletions

View File

@@ -1,4 +1,10 @@
(library
(name render)
(public_name rawleydotxyz.render)
(libraries dream lwt database))
(libraries dream lwt database))
(rule
(targets index.ml layout.ml)
(deps index.eml.ml layout.eml.ml)
(action
(run dream_eml %{deps} --workspace %{workspace_root})))