Hello,
Is someone know with template engine is used on modgui. I would like to create a for
loop on my icon.html
mod gui.
Hello,
Is someone know with template engine is used on modgui. I would like to create a for
loop on my icon.html
mod gui.
Looks like Handlebars or Moustache to me
Thanks. Apparently is Moustache.js
I would like to create a for just someway like this
{{for i in range(1, 10): }}
<div>{{i}}
{{/for}}
but apparently Moustache doesn’t have support for this. All the data treatment must be made at other place and send for Moustache render.
@falkTX, do you know if is possible to include some data to be rendered by Moustache?