LSX',
);
has template_extension => (
is => 'ro',
isa => 'Str',
default => 'json',
);
has catalyst_var => (
is => 'ro',
isa => 'Str',
default => 'c',
);
h
plate> object.
=head2 template_extension
The extension to use for template files. Defaults to C<json>.
=head2 catalyst_var
The variable name to use for the Catalyst context object in the template.