aktos-io / aktos-scada

Web based SCADA system for industrial and home automation systems
https://aktos.io
10 stars 9 forks source link

mustache parameters and expressions in html should be written in livescript #40

Open ceremcem opened 9 years ago

ceremcem commented 9 years ago

for example, following partial expression should be valid:

{{>my-partial {pin_name: 'abc', list: [['x', 'y', 'z'], ['a', 'b', 'c']]} }}

{{>my-partial 
    pin_name: \abc
    list:
        * \x, \y, \z
        * \a, \b, \c 
}}