Introduction - global variables
During website rendering, you have access to a few global variables which store objects with additional useful data.
- @config - gives you access to theme and post configuration,
- @customCommentsCode - allows you support for Publii comments plugins,
- @customSearchInput and @customSearchContent - allows you support for Publii search plugins
- @customHTML - gives you access to the custom HTML code from the Tools -> Custom HTML section,
- @pagination - can be used to create pagination on tags, authors, and homepage,
- @renderer - contains additional data for the rendering process,
- @utils - contains additional useful values,
- @website - stores useful information about your site