Zmpl

Zmpl is a mode-based templating language that compiles to Zig functions at build time. Template logic is implemented using the Zig mode, allowing you to leverage the full power of Zig to implement business logic.

Templates are auto-compiled when you build your Jetzig application and can be used for both dynamic and static routes.

Partial support is provided by the @partial pragma. Support is provided for partial arguments and slots.