temply
temply is a simple, opinionated template engine. The syntax is derived from Jinja. Templates can be defined inline or in an external file and are validated at compile time.
Warning: temply currently does not handle html-escaping and is therefore not suitable for html templates. You may be looking for askama or ructe.
Example
use Template;