lua-template
Template engine
A Lua-based template engine for rendering HTML templates with dynamic data
The simplest Lua template engine
47 stars
4 watching
7 forks
Language: Lua
last commit: almost 6 years ago luatemplatetemplate-engine
Related projects:
Repository | Description | Stars |
---|---|---|
daly88/lutem | A Lua-based template engine for generating dynamic text and HTML | 35 |
henix/slt2 | A Lua template processor that embeds Lua code directly into templates | 72 |
lloydzhou/lua-resty-tmpl | A Lua template engine designed to work with OpenResty, allowing developers to create dynamic web templates and render them with variables. | 6 |
doublespout/lua-resty-aries | A Lua template engine for rendering HTML templates with embedded Lua code and error correction. | 46 |
bungle/lua-resty-template | A templating engine that compiles HTML templates into Lua functions or bytecode blobs, allowing for template rendering in Lua applications. | 911 |
chenxianyu2015/liquid-lua | A Lua implementation of the Liquid template markup language | 13 |
thelinx/luahtml | Allows Lua code to be embedded in HTML templates | 16 |
leafo/etlua | A Lua templating library that compiles embedded templates into fast and efficient Lua functions. | 218 |
zendesk/curly | A Ruby-based template language that separates logic from HTML structure | 593 |
eudoxia0/eco | A template engine for Common Lisp that generates HTML with performance and flexibility in mind. | 39 |
cutelyst/cutelee | A Qt-based template engine designed to separate document structure from data | 21 |
marcodpt/tint | A template engine that compiles natural HTML templates into hyperscript functions | 8 |
commita/vscode-lua-templates | Provides support for working with Lua templates in Visual Studio Code | 6 |
osteele/liquid | A Go implementation of a template engine used in static site generators | 287 |
benglard/htmlua | A Lua-based templating engine for generating HTML content from simple Lua tables and strings. | 17 |