• Stars
    star
    3,225
  • Rank 13,324 (Top 0.3 %)
  • Language
    Rust
  • License
    MIT License
  • Created almost 9 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A template engine for Rust based on Jinja2/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.

More Repositories

1

validator

Simple validation for Rust structs
Rust
1,814
star
2

jsonwebtoken

JWT lib in rust
Rust
1,549
star
3

kickstart

A scaffolding tool to get new projects up and running quickly
Rust
338
star
4

rust-bcrypt

Easily hash and verify passwords using Bcrypt
Rust
319
star
5

dbmigrate

PostgreSQL/SQLite/MySQL migration tool in rust
Rust
122
star
6

rodent

Turn your laptop into a CCTV!
Python
71
star
7

scl

A simple configuration language
Rust
61
star
8

ng-boilerplate

AngularJS boilerplate app
CSS
60
star
9

webrust

Rust
51
star
10

rust-cli-template

A template to get started with writing cross-platforms CLI applications
Shell
50
star
11

react-ts-boilerplate

A React + Typescript + Sass boilerplate
TypeScript
33
star
12

django-drf-template

A django template to start a DRF project
Python
27
star
13

tera2

Rust
24
star
14

graphql-parser

Rust
20
star
15

vincentprouillet

My website
SCSS
15
star
16

flow-typescript

JavaScript
9
star
17

invoicer

TypeScript
8
star
18

vat

VAT number validation and VAT rates for the EU
Rust
7
star
19

playbook-mailinabox

Shell
6
star
20

gulp-example

Example setup for blogpost
CoffeeScript
6
star
21

hn-react

TypeScript
4
star
22

pelican-hyde

Port of https://github.com/poole/hyde to Pelican with slight changes
CSS
4
star
23

react-example

Basic example using react, redux and react-router.
JavaScript
3
star
24

Artemis

Entity-Components-Systems framework in coffeescript
JavaScript
3
star
25

react-redux-boilerplate

JavaScript
2
star
26

papyrus

Start of a contenteditable editor (not worked on)
JavaScript
1
star
27

markdown-benches-rs

Rust
1
star
28

dotfiles

Shell
1
star
29

kcalculator-react

TypeScript
1
star
30

serde-tera

Experiment
Rust
1
star
31

Punchstone

Game engine written in coffeescript
JavaScript
1
star
32

hackertyper

Python
1
star
33

restacular-old

REST Server
Go
1
star
34

webpack-react-typescript

JavaScript
1
star