tera 0.10.0

Template engine based on Jinja2/Django templates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
  <head>
    <title>Moto G</title>
    
  <style>h1 {color: red;}</style>
  <script>
    console.log("Hello");
  </script>

  </head>
  <body>
    <div>
  <h1>Moto G - Motorala</h1>
</div>
  </body>
</html>