tazjin/kontemplate

Implement templating engine in Rust

Closed this issue · 0 comments

The Rust version of kontemplate needs some sort of templating engine, too, of course.

This templating engine will not be completely compatible with the Go version, and hopefully it will end up being slightly saner and also more standardised.

Rust has a reasonable implementation of liquid templates in liquid-rust that seems to be the most likely candidate right now and what I will use in the first v2.0-rc.