neutralts 1.4.2

Neutral TS template engine is a web template designed to work with any programming language via IPC and natively as library/crate in Rust.
Documentation
1
2
3
4
5
6
7
8
9
{
    "engine": "Python",
    "file": "tests/script.py",
    "params": {
        "param1": "one"
    },
    "callback": "main",
    "template": "tests/obj.ntpl"
}