38-Moths: Greshunkel

38-Moths GRESHUNKEL Documentation Download GRESHUNKEL is a templating language. And a static site generator. It's actually three different templating languages. I guess technically theres a fourth version as well which we use for docstring generation. It's complicated. Here, just have this table comparing the features of each implementation: Static Site Generator (Python) shithouse.tv variant (Lua) 38-Moths Official (C) Variable Interpolation xXx @VARIABLE_NAME xXx * xXx VARIABLE_NAME xXx ** xXx @VARIABLE_NAME xXx Arrays/Loops xXx LOOP i items xXx ... xXx BBL xXx *** xXx LOOP i items xXx ... xXx BBL xXx ***** Filter Functions yYy filter_function ... yYy XxX filter_func ... XxX **** Template Inheritance xXx PARENT=templates/base.html xXx Blocks xXx BLOCK_NAME xXx ... xXx TTYL xXx Partial templates (inclusion) Planned. Sub-o...

Linked on 2015-07-05 20:41:16 | Similar Links