jango 0.2.4

A CLI program to populate your templates
Documentation
1
2
3
4
5
6
<html>
  <head>
    <title>{{ heading }}</title>
  </head>
  <body>{{ content }}</body>
</html>