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:

Current timestamp value

If you want to access the current timestamp value you can do so with the _core.date.timestamp variable or with a slightly shorter, _core.timestamp variable.

{{ _core.date.timestamp }}
OR
{{ _core.timestamp }}