Slm-neo Playground
v0.1.0
INPUT (Slm)
h1 Hello ${this.name} p Slm-neo is a modern template language. - if (this.showDetails) p(style="color: blue") Detailed content shows here! - for (let i = 0; i < 3; i++) li Item ${i+1}
OUTPUT (HTML)