Simiki theme use Jinja2, a full featured template engine, based on Python.
A simplest theme only need index.html
and page.html
:
index.html
is used for index page as catalogpage.html
is used for every wiki page.
Default theme named simple2
will exists after initialled wiki site.
More themes in simiki-themes.
If you have create a new theme, welcome to give me a Pull Request by Git Submodule.
Filter
In addition to Jinja builtin filters, We have provided some custom filters:
Filter | Description | Other |
---|---|---|
rfc3339 |
Convert datetime.datetime object to RFC3339 format string |
New in version 1.5.0 |