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

USE

The bigtop config block keyword template_engine specifies the template engine for your app. Gantry only supports TT (Template Toolkit) or Default (no templating). Template plugins for Gantry only require you to write four methods, so it wouldn't be hard to add more. When you do, bigtop will support them immediately. Add them to Bigtop::Keywords and tentmaker will support them as well.

EXAMPLE

Build the example with:

    bigtop -c example.bigtop all

Change to the Kids directory and look for TT in these files:

      docs/httpd.conf 6
      lib/GENKids.pm 8
      t/10_run.t