All Projects → Keats → Tera

Keats / Tera

Licence: mit
A template engine for Rust based on Jinja2/Django

Programming Languages

rust
11053 projects
HTML
75241 projects

Projects that are alternatives of or similar to Tera

jinja.dart
Jinja2 template engine port for Dart.
Stars: ✭ 38 (-97.97%)
Mutual labels:  template-engine, jinja2
liquidpy
A port of liquid template engine for python
Stars: ✭ 49 (-97.38%)
Mutual labels:  template-engine, jinja2
Django Webpush
Web Push Notification Package for Django
Stars: ✭ 217 (-88.41%)
Mutual labels:  django, jinja2
Pongo2
Django-syntax like template-engine for Go
Stars: ✭ 2,111 (+12.71%)
Mutual labels:  django, template-engine
Redzone
Lightweight C++ template engine with Jinja2-like syntax
Stars: ✭ 30 (-98.4%)
Mutual labels:  template-engine, jinja2
voldemort
A simple static site generator using Jinja2 and Markdown templates.
Stars: ✭ 48 (-97.44%)
Mutual labels:  template-engine, jinja2
templatel
Jinja inspired template language for Emacs Lisp
Stars: ✭ 46 (-97.54%)
Mutual labels:  template-engine, jinja2
Askama
Type-safe, compiled Jinja-like templates for Rust
Stars: ✭ 1,255 (-33%)
Mutual labels:  rust-library, jinja2
Cookie
A Template-based File Generator. Like cookiecutter but works with file templates instead of project templates.
Stars: ✭ 261 (-86.07%)
Mutual labels:  template-engine, jinja2
Jinja2cpp
Jinja2 C++ (and for C++) almost full-conformance template engine implementation
Stars: ✭ 257 (-86.28%)
Mutual labels:  template-engine, jinja2
Jinja
A very fast and expressive template engine.
Stars: ✭ 8,170 (+336.2%)
Mutual labels:  template-engine, jinja2
Jingoo
OCaml template engine almost compatible with jinja2
Stars: ✭ 86 (-95.41%)
Mutual labels:  template-engine, jinja2
Sarenka
OSINT tool - gets data from services like shodan, censys etc. in one app
Stars: ✭ 120 (-93.59%)
Mutual labels:  django
Django Tinymce4 Lite
TinyMCE 4 editor widget for Django
Stars: ✭ 121 (-93.54%)
Mutual labels:  django
Handlebars Iron
Handlebars middleware for Iron web framework
Stars: ✭ 119 (-93.65%)
Mutual labels:  template-engine
Bifrost
Pure rust building block for distributed systems
Stars: ✭ 118 (-93.7%)
Mutual labels:  rust-library
Lpoj
An open source online judge system base on Django REST framework and Vue.js !
Stars: ✭ 122 (-93.49%)
Mutual labels:  django
Cmdb
资产管理、主机管理、批量执行命令|脚本、流量图、webssh 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 121 (-93.54%)
Mutual labels:  django
Django Hardcopy
Render PDFs from HTML in Python/Django using Headless Chrome
Stars: ✭ 119 (-93.65%)
Mutual labels:  django
Paperweekly forum
paperweekly's forum
Stars: ✭ 118 (-93.7%)
Mutual labels:  django

Tera

Actions Status Crates.io Docs Gitter

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 does not aim to be 100% compatible with them but has many of the Jinja2/Django filters and testers.

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 any versions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].