The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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