Skip to content

Repository files navigation

Tera

For v1 users: see migration guide.

Tera is a template engine inspired by Jinja2 and the Django template language.

<title>{%blocktitle%}{%endblocktitle%}</title>
<ul>
{%foruserinusers%}
<li><ahref="{{ user.url }}">{{ user.username }}</a></li>
{%endfor%}
</ul>

It intentionally deviates from Jinja2/Django in many ways, only the overall look and feel is similar.

Documentation

API documentation is available on docs.rs.

Tera documentation is available on its site.

About

A template engine for Rust based on Jinja2/Django

Topics

Resources

Stars

4.3k stars

Watchers

25 watching

Forks

Releases

Packages

Used by

Contributors

Languages