blob: 49ae1456891fdbf7eb0be6cd963bb1d009a3e4a4 [file] [log] [blame]
<% extends 'layout/base.tmpl' %>
<% set title = 'Documentation' %>
<% set active_page = 'documentation' %>
<% block content %>
<h1>Documentation</h1>
<p>
Currently Jinja 1 in still under heavy development and we have neither
released a final version nor do we provide a documentation you can download.
However you can browse the documentation of the current SVN version online:
</p>
<p><a href="./documentation/index.html">browse online documentation</a></p>
<% endblock %>