Core Variables
Core variables are those that start with _core and they provide access to data that can be used in most templates.
Some core variables simply hold data, while others are actually an object that allows you to either manipulate data or perform some special action.
The following core variables are available:
- Date variables: _core.date
- Geolocation variables: _core.geo
- Request object: _core.request
- Service variables: _core.service (used with Google ReCAPTCHA V3 as an example)
- Site settings: _core.settings
- Theme settings: _core.theme
- Current timestamp variables: _core.timestamp
- Logged in public user: _core.user