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

Changes for version 0.2

  • Fixed Documentation Fixed tests to not use localtime..

Modules

Run Django Templates in Perl
Manages Dotiac::DTL-addons.
Stores a Django template comment tag.
Stores a compiled Django template.
Common functions for Dotiac::DTL and Dotiac::DTL::Reduced
Filters for variables
Dotiac::DTL without the parser.
Terminates a template list
The {% autoescape [on/off] %} tag
The {% block NAME %} tag
The {% comment %} tag
The {% cycle CYCLENAME | VAR1 VAR2 VAR3 VAR4... [as CYCLENAME] %} tag
The {% debug %} tag
The {% extends FILE %} tag
The {% filter FILTER1[|FILTER2[|FILTER3[|...]]] %} tag
The {% firstof VARIABLE1[|VARIABLE2[|VARIABLE3[|...]]] %} tag
The {% for VARIABLE1[|VARIABLE2[|VARIABLE3[|...]]] in VARIABLE %} tag
The {% if [not ]VARIABLE1[ or [not ]VARIABLE2[ or ..]]|[and [not ]VARIABLE2[ and ..]] %} tag
The {% ifchanged [VARIABLE] %} tag
The {% ifequal VARIABLE1 VARIABLE2 %} tag
The {% ifnotequal VARIABLE1 VARIABLE2 %} tag
The {% include FILE %} tag
The {% load NAME %} tag
The {% now FORMAT %} tag
The {% regroup LIST by PROPERTY as NEWVARIABLE %} tag
The {% spaceless %} tag
The {% ssi FILE [parsed] %} tag
The {% templatetag openblock|closeblock|openvariable|closevariable|openbrace|closebrace|opencomment|closecomment %} tag
The {% url PATH,[PATH,[...],[PARAMETER=VALUE,[PARAMETER=VALUE,[..]]] [as VAR] %} tag
The {% widthratio CURRENTVALUE MAXVALUE CONSTANT %} tag
The {% with VARIABLE as NEWVARIABLENAME %} tag
Saves Dotiac::DTL-value.
Stores a Django template variable tag.