NAME
Plack::Middleware::Debug::TemplateToolkit - debug panel for TemplateToolkit
SYNOPSIS
builder {
enable 'Debug'; # enable debug
enable 'Debug::TemplateToolkit'; # enable debug panel
enable 'TemplateToolkit',
INCLUDE_PATH => '/path/to/htdocs/',
pass_through => 1;
$app;
};
DESCRIPTION
This Plack::Middleware::Debug Panel shows which template and template variables have been processed, and possibly other tt.
PSGI environment variables.
AUTHOR
Jakob Voss