Globals

Globals as the name suggests can be accessed from anywhere within the template files. Think of these like theme settings that you would use over and over again throughout your web app, such as global colors, fonts or the site logo.


The code syntax to retrieve a global field entry is as follows:-

{{ $globalHandle['fieldHandle'] }}

The beauty about globals is that they can be accessed on ANY page in your template.