



* `info` (every pages) * `title` : the blog's title as in the config * `description` the blog's description as in the config * `host` : the specified or guessed host with the protocol * `version` : the GitBlog.md current running version * `request` : the Express request object * `config` : the content of the config * `article` (article pages only) * `title` : the full title * `thumbnail` the URL path of the thumbnail * `url` : the URL path for this article (with the title) * `date` : a JS date * `year` * `month` * `day` * `path` : the URL path for the folder of the article (without the title) * `realPath` : the system's path for the folder * `escapedTitle` : the code with alphanumeric and underscore characters only * `error` (error pages only) : the error code