templo icon indicating copy to clipboard operation
templo copied to clipboard

Templo is a powerful template engine for Haxe

Results 7 templo issues
Sort by recently updated
recently updated
newest added

Some files are unlicensed (tests). I will make a pull request with license

Since I migrated to Haxe 4, I can't get StringMaps values ( myMap.get(key) ) in templates. This works well with IntMaps. Any idea ?

eg: Let’s define a parent tag and with a nested tag : { opts.plan.name }

If the buf var is not initialized, then "null" is displayed on top of each page using templo

Hi there, Trying to compile templo with haxe 3.2 and Neko 2 on OSX target gives me the following error when trying to build manually: '''Exception : Neko_error(load.c(357) : Primitive...

Hello. The `::use::` tag prints null before printing the used template file. Here is a code example: The Index.hx file: ``` haxe import php.Lib; import templo.Loader; class Index { public...