Keats/tera2

Rust

90

331 commits

updated Jun 26, 2026

See the code

README

Tera

For v1 users: see migration guide.

v1 repository is still available in https://github.com/Keats/tera1. v2 is a from-scratch rewrite and it didn't make sense to just overwrite the whole repo to me.

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.

Contributors

Keats

321 commits

jalil-salame

5 commits

GandelXIV

3 commits

allan2

1 commits

Keats/tera2

Rust

90

331 commits

updated Jun 26, 2026

See the code

README

Tera

For v1 users: see migration guide.

v1 repository is still available in https://github.com/Keats/tera1. v2 is a from-scratch rewrite and it didn't make sense to just overwrite the whole repo to me.

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.

Contributors

Keats

321 commits

jalil-salame

5 commits

GandelXIV

3 commits

allan2

1 commits

Languages

Rust

97.1%

HTML

2.8%