globals property

Map<String, Object?> globals
final

A map of variables that are available in every template loaded by the environment.

Implementation

final Map<String, Object?> globals;