initial version of template renderer
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 31 Oct 2022 19:38:35 +0000 (14:38 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 31 Oct 2022 19:38:35 +0000 (14:38 -0500)
commit89c44ce827c3adfa21877ac8d627a232099dd251
treef922111f76498fd8bc7daac076cd7069b2ee3797
initial version of template renderer
13 files changed:
.gitignore [new file with mode: 0644]
build.onyx [new file with mode: 0644]
onyx-pkg.ini [new file with mode: 0644]
src/app.onyx [new file with mode: 0644]
src/html-templates/TODO.md [new file with mode: 0644]
src/html-templates/module.onyx [new file with mode: 0644]
src/html-templates/src/otmp.onyx [new file with mode: 0644]
src/html-templates/src/parser.onyx [new file with mode: 0644]
src/html-templates/src/render.onyx [new file with mode: 0644]
src/html-templates/src/types.onyx [new file with mode: 0644]
www/static/css/style.css [new file with mode: 0644]
www/templates/base.html [new file with mode: 0644]
www/templates/index.html [new file with mode: 0644]