This is glue code for mustache support in frozen.
- Compile and install frozen
- Compile and install mustache-c
- Download or clone this repo
- ./configure --prefix=/usr
- make
- make install
{
class = "modules/mustache",
template = # template data
(file_t){ ... } # - from file
(machine_t){ ... } # - from machine
...
},
output = (hashkey_t)"buffer" # output result to, default "output"
}