Keats
tera
Rust

A template engine for Rust based on Jinja2/Django

Last updated Jul 7, 2026
4.3k
Stars
330
Forks
3
Issues
+16
Stars/day
Attention Score
93
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Tera

For v1 users: see migration guide.

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

<title>{% block title %}{% endblock title %}</title>
<ul>
{% for user in users %}
  <li><a href="{{ 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.

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท Keats/tera ยท Updated daily from GitHub