1Text::Xslate::Syntax::MUestearkoCloonnt(r3i)buted Perl DToecxutm:e:nXtsaltaitoen::Syntax::Metakolon(3)
2
3
4

NAME

6       Text::Xslate::Syntax::Metakolon - The same as Kolon but using [% ... %]
7       tags
8

SYNOPSIS

10           use Text::Xslate;
11           my $tx = Text::Xslate->new(
12               syntax => 'Metakolon',
13           );
14
15           print $tx->render_string(
16               'Hello, [% $dialect %] world!',
17               { dialect => 'Metakolon' }
18           );
19

DESCRIPTION

21       Metakolon is the same as Kolon except for using "[% ... %]" tags and
22       "%% ..." line code, instead of "<: ... :>" and ": ...".
23
24       This may be useful when you want to produce Xslate templates by itself.
25
26       See Text::Xslate::Syntax::Kolon for details.
27

SEE ALSO

29       Text::Xslate
30
31
32
33perl v5.30.1                      2019-11-26Text::Xslate::Syntax::Metakolon(3)
Impressum