From b41ffd10c629d3c81681e87308c8bf8758dfc3a9 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Sat, 4 Jul 2026 23:16:24 +0300 Subject: [PATCH] add nim lang + template engines Signed-off-by: George Lemon --- gen/template-engines.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gen/template-engines.yaml b/gen/template-engines.yaml index 687c6d3..55e3a0d 100644 --- a/gen/template-engines.yaml +++ b/gen/template-engines.yaml @@ -221,6 +221,20 @@ template_engines: description: Lua implementation of Mustache template engine url: https://github.com/Olivine-Labs/lustache + Nim: + - name: Dekao + description: HTML templating language for Nim + url: https://github.com/ajusa/dekao + - name: Nim Moustache + description: A Nim implementation of Mustache + url: https://github.com/soasme/nim-mustache + - name: Nimja + description: Typed and compiled template engine inspired by jinja2 + url: https://github.com/enthus1ast/nimja + - name: Tim Engine + description: A powerful, embeddable front-end framework featuring a built-in template engine, programming language, VM, and S2S transpiler + url: https://github.com/openpeeps/tim + PHP: - name: Blade description: The simple yet powerful templating engine provided with Laravel