~getauth('',-1)
~set('title',"Templeet's Documentation")
~include('auth/header.en.html')
~include('auth/menu.en.html')
~include('templeet_doc/menu.en.html')
~set('templeetmoduledir','templeet/modules/')
~set('docdir','~relative_templeet()templeet_doc/')
~set('mod_docdir','template/templeet_doc/mod_doc/')
~if(~file_exists('template/templeet_doc/~get_filename().en.html'),
~include('templeet_doc/~get_filename().en.html'),
'
<h1>~get_filename()</h1>
<p>The documentation for this module hasn\'t been written in English
yet.</p>
~if(~file_exists("template/templeet_doc/~get_filenamevar(0).fr.html"),'
<p>
If it helps, it is available in <a
href="~relative_templeet()templeet_doc/~get_filename().fr.html">French</a>.
Feel free to send us a translation ;)
</p>
')
<p>You may ask to the <a href="mailto:templeet-user@linuxfr.org">user
mailinglist</a> if you need help, we\'ll reply shortly.</p>')
<div class="top">
<p>
<a href="#top">Back to top</a>
</p>
</div>
~include('auth/footer.en.html')