| Index: docs/api/variables.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/docs/api/variables.md |
| @@ -0,0 +1,9 @@ |
| +# Variables # |
| + |
| +The following variables can be used on pages: |
| + |
| +* `page`: The page name |
| +* `config`: Contents of the `settings.ini` file in this repository (a |
| + [configparser object](http://docs.python.org/2/library/configparser.html)) |
| +* `locale`: Locale code of the page language |
| +* `available_locales`: Locale codes of all languages available for this page |