[go: up one dir, main page]

tera 0.10.3

Template engine based on Jinja2/Django templates
Documentation
<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>
      <p>All reviews</p>
        <h3>My review</h3>
          <p>A</p>
          <p>B</p>
          <p>C</p>
        <h3>My review</h3>
          <p>A</p>
          <p>B</p>
          <p>C</p>
    bob: comment 1
    jane: comment 2
    <button>Buy!</button>
  </body>
</html>