NAME
Ixchel::Actions::template :: Fill in a template.
VERSION
Version 0.0.1
SYNOPSIS
use Data::Dumper;
my $results=$ixchel->action(action=>'template', opts=>{np=>1, t=>$template_name});
print Dumper($results);
Fills in the specified template.
FLAGS
--np
Do not print the the filled in template.
-t
The name of the template to use.