tera 0.10.0

Template engine based on Jinja2/Django templates
Documentation


{
  "a_tuple": [
    1,
    2,
    3
  ],
  "an_array_of_tuple": [
    [
      1,
      2,
      3
    ],
    [
      1,
      2,
      3
    ]
  ],
  "comments": {
    "bob": "comment 1",
    "jane": "comment 2"
  },
  "empty": [],
  "friend_reviewed": true,
  "number_reviews": 2,
  "product": {
    "manufacturer": "Motorala",
    "name": "Moto G",
    "price": 100,
    "summary": "A phone"
  },
  "reviews": [
    {
      "paragraphs": [
        "A",
        "B",
        "C"
      ],
      "title": "My review"
    },
    {
      "paragraphs": [
        "A",
        "B",
        "C"
      ],
      "title": "My review"
    }
  ],
  "show_more": true,
  "username": "bob"
}


{
  "name": "bob"
}