ZELYRA
Home > Packages > zelyra/template

zelyra/template

v0.1.50 WEB Apache-2.0 / MIT

Statically checked, XSS-safe HTML templating engine with slot components, layout nesting, and auto context escaping.

✓ Built-in Module – automatically available

Usage Example

template Button(title: String, href: String) { <a href="{href}" class="btn primary">{title}</a> }

Features & Capabilities

Statically checked, XSS-safe HTML templating engine with slot components, layout nesting, and auto context escaping. This library is designed with strict nominal type boundaries, deterministic memory layouts, and full verification against memory corruption.

← Back to Package Registry