56 releases
✓ Uses Rust 2018 edition
new 1.0.0-beta.1 | Feb 15, 2019 |
---|---|
1.0.0-alpha.4 | Jan 25, 2019 |
0.11.20 | Nov 14, 2018 |
0.11.9 | Jul 16, 2018 |
0.1.2 | Jun 5, 2016 |
#4 in Template engine
6,092 downloads per month
Used in 50 crates (41 directly)
360KB
9K
SLoC
Tera
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>
Documentation
API documentation is available on docs.rs.
Tera documentation is available on its site.
SemVer
This project follows SemVer only for the public API, public API here meaning functions appearing in the docs. Some features, like accessing the AST, are also available but breaking changes in them can happen in minor versions.
Dependencies
~7.5MB
~133K SLoC