SYNOPSIS

use Template::Mustache;

print Template::Mustache->render(
    "Hello {{planet}}", {planet => "World!"}), "\n";

DESCRIPTION

Template::Mustache is an implementation of the fabulous Mustache templating language for Perl 5.8 and later.

See http://mustache.github.com.

Functions

Methods