Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 # Variables # | |
2 | |
3 The following variables can be used on pages: | |
4 | |
5 * `page`: The page name | |
6 * `config`: Contents of the `settings.ini` file in this repository (a | |
7 [configparser object](http://docs.python.org/2/library/configparser.html)) | |
8 * `locale`: Locale code of the page language | |
9 * `available_locales`: Locale codes of all languages available for this page | |
LEFT | RIGHT |