[go: up one dir, main page]

tera 0.3.0

Jinja2/Django templates in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <title>Moto G</title>
  </head>
  <body>
    <h1>Moto G - Motorala</h1>
    <p>A phone</p>
    <p>£120 (VAT inc.)</p>
    <p>Look at reviews from your friends bob</p>
    <button>Buy!</button>
  </body>
</html>