Volver al ranking

Keats/tera

Rustkeats.github.io/tera/

A template engine for Rust based on Jinja2/Django

template-enginejinja2djangorust-library
Crecimiento de estrellas
Estrellas
4.3k
Forks
330
Crecimiento semanal
Issues
2
2k4k
feb 2016jul 2019ene 2023jul 2026
Artefactoscrates.iocargo add tera
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.

Repositorios relacionados
pallets/jinja

A very fast and expressive template engine.

PythonPyPIBSD 3-Clause "New" or "Revised" Licensepythontemplate-engine
jinja.palletsprojects.com
11.7k1.8k
goofychris/art-template

High performance JavaScript templating engine

JavaScriptnpmMIT Licensetemplate-enginejavascript
goofychris.github.io/art-template/
9.9k2.6k
twigphp/Twig

Twig, the flexible, fast, and secure template language for PHP

PHPPackagistBSD 3-Clause "New" or "Revised" Licensetwigphp
twig.symfony.com
8.4k1.3k
lets-blade/blade

:rocket: Lightning fast and elegant mvc framework for Java8

JavaMavenApache License 2.0mvc-frameworkrestful
lets-blade.github.io
5.9k1.2k
forwardemail/email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.

JavaScriptnpmMIT Licensenodejsemail
forwardemail.net/docs/send-emails-with-node-js-javascript
3.7k333
valyala/quicktemplate

Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template

GoGo ModulesMIT Licensegolangtemplate-engine
3.3k146
mikeric/rivets

A lightweight data binding library.

JavaScriptnpmMIT Licensejavascriptcoffeescript
3.2k301
flosch/pongo2

Django-syntax like template-engine for Go

GoGo ModulesMIT Licensetemplatego
pongo2.dev
3.1k284
docpad/docpad

Empower your website frontends with layouts, meta-data, pre-processors (markdown, jade, coffeescript, etc.), partials, skeletons, file watching, querying, and an amazing plugin system. DocPad will streamline your web development process allowing you to craft powerful static sites quicker than ever before.

CoffeeScriptOtherdocpadcoffeescript
docpad.bevry.me
3k234
thymeleaf/thymeleaf

Thymeleaf is a modern server-side Java template engine for both web and standalone environments.

JavaMavenApache License 2.0javatemplate-engine
thymeleaf.org
3k517
microsoft/TemplateStudio

Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.

Rich Text FormatOthercsharpuwp
2.8k469
manifold-systems/manifold

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

JavaMavenApache License 2.0javaintellij
manifold.systems
2.8k134