The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Dancer::Template::"

Dancer::Template - template wrapper for Dancer River stage three • 214 direct dependents • 218 total dependents

This module is the wrapper that provides support for different template engines....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

Dancer::Template::Haml - Haml wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Text::Haml module. In order to use this engine, set the following setting as the following: template: haml This can be done in your config.yml file or directly in y...

DAMOG/Dancer-Template-Haml-0.01 - 08 Feb 2010 21:07:19 UTC - Search in distribution

Dancer::Template::Tiny - Template::Tiny backend to Dancer River stage zero No dependents

XSAWYERX/Dancer-Template-Tiny-0.03 - 04 Dec 2010 10:04:41 UTC - Search in distribution

Dancer::Template::Alloy - Template::Alloy wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Template::Alloy module. Template::Alloy is a high performance implementation of a template engine compatible with the standard Template engine, as well as several o...

DANIELP/Dancer-Template-Alloy-1.02 - 30 May 2010 13:00:42 UTC - Search in distribution

Dancer::Template::Ctpp2 - HTML::CTPP2 wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the HTML::CTPP2 module. This template engine is much (22 -25 times) faster than others and contains extra functionality. In order to use this engine, use the template s...

MEPHIST/Dancer-Template-Ctpp2-0.02 - 23 Mar 2011 15:41:36 UTC - Search in distribution

Dancer::Template::Mason - Mason wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the HTML::Mason templating system. For templates using Mason version 2.x, what you want is Dancer::Template::Mason2. In order to use this engine, set the template to 'm...

YANICK/Dancer-Template-Mason-0.004001 - 16 Aug 2014 19:12:19 UTC - Search in distribution

Dancer::Template::Mason2 - Mason 2.x wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Mason 2.x templating system. In order to use this engine, set the template to 'mason2' in the configuration file: template: mason2 The default template extension is...

JSWARTZ/Dancer-Template-Mason2-0.05 - 20 May 2015 13:31:23 UTC - Search in distribution

Dancer::Template::Tenjin - Tenjin wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Tenjin module. Tenjin is a fast and feature-full templating engine that can be used by Dancer for production purposes. In comparison to Template::Toolkit, it is muc...

IDOPEREL/Dancer-Template-Tenjin-0.5 - 31 Mar 2011 19:31:25 UTC - Search in distribution

Dancer::Template::Xslate - Text::Xslate wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Text::Xslate module. In order to use this engine, use the template setting: template: xslate This can be done in your config.yml file or directly in your app code w...

CROMEDOME/Dancer-Template-Xslate-0.04 - 14 Apr 2024 01:29:23 UTC - Search in distribution

Dancer::Template::Caribou - Template::Caribou wrapper for Dancer River stage zero No dependents

"Dancer::Template::Caribou" is an interface for the Template::Caribou template system. Be forewarned, both this module and "Template::Caribou" itself are alpha-quality software and are still subject to any changes. Caveat Maxima Emptor. Basic Usage A...

YANICK/Dancer-Template-Caribou-1.0.1 - 02 Apr 2017 20:50:42 UTC - Search in distribution

Dancer::Template::Mustache - Wrapper for the Mustache template system River stage zero No dependents

This module is a Dancer wrapper for Template::Mustache. For now, the extension of the mustache templates must be ".mustache". Partials are supported, as are layouts. For layouts, the content of the inner template is sent via the usual *content* templ...

YANICK/Dancer-Template-Mustache-1.1.0 - 14 Jun 2018 02:31:45 UTC - Search in distribution

Dancer::Template::Semantic - Semantic Template wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Template::Semantic module. In order to use this engine, use the template setting: template: semantic This can be done in your config.yml file or directly in your ap...

SQUEEK/Dancer-Template-Semantic-0.01 - 21 Oct 2010 13:51:26 UTC - Search in distribution

Dancer::Template::Handlebars - Wrapper for the Handlebars template system River stage zero No dependents

Wrapper for Text::Handlebars, the Perl implementation of the Handlebars templating system. Configuration The arguments passed to the 'handlebars' engine are given directly to the Text::Handlebars constructor, with the exception of "helper_modules" (s...

YANICK/Dancer-Template-Handlebars-0.2.2 - 27 Feb 2016 17:55:50 UTC - Search in distribution

Dancer::Template::HtmlTemplate - HTML::Template wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the HTML::Template module. In order to use this engine, use the template setting: template: HtmlTemplate This can be done in your config.yml file or directly in your ap...

BIGPRESH/Dancer-Template-HtmlTemplate-0.07 - 23 Nov 2012 23:45:57 UTC - Search in distribution

Dancer::Template::MojoTemplate - Mojo::Template wrapper for Dancer River stage zero No dependents

This is an interface between Dancer's template engine abstraction layer and the Mojo::Template module. In order to use this engine, use the template setting: template: mojo_template This can be done in your config.yml file or directly in your app cod...

JAITKEN/Dancer-Template-MojoTemplate-0.2.0 - 25 May 2011 15:24:05 UTC - Search in distribution

Dancer::Template::MicroTemplate - Text::MicroTemplate engine for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Text::MicroTemplate module. In order to use this engine, set the following setting as the following: template: micro_template This can be done in your config.yml fi...

JAITKEN/Dancer-Template-MicroTemplate-1.0.0 - 11 Jan 2012 21:23:31 UTC - Search in distribution

Dancer::Template::TemplateFlute - Template::Flute wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Template::Flute module. In order to use this engine, use the template setting: template: template_flute The default template extension is ".html". LAYOUT Each layou...

HORNBURG/Dancer-Template-TemplateFlute-0.0142 - 20 Apr 2015 14:42:44 UTC - Search in distribution

Dancer::Template::TemplateDeclare - Template::Declare wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Template::Declare templating system. In order to use this engine, set the template to 'TemplateDeclare' in the configuration file: template: TemplateDeclare...

YANICK/Dancer-Template-TemplateDeclare-0.3.2 - 24 Jul 2012 23:16:46 UTC - Search in distribution

Dancer::Template::TemplateSandbox - Template::Sandbox wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Template::Sandbox module. In order to use this engine, set the following setting: template: template_sandbox This can be done in your config.yml file or directly in...

SGRAHAM/Dancer-Template-TemplateSandbox-1.00 - 29 Mar 2010 07:46:17 UTC - Search in distribution

lib/Dancer/Template/NetdiscoTemplateToolkit.pm River stage one • 1 direct dependent • 1 total dependent

OLIVER/App-Netdisco-2.076002 - 30 Apr 2024 16:36:08 UTC - Search in distribution
164 results (0.11 seconds)