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

NAME

Nephia::View::TT - Template for Nephia

SYNOPSIS

  ### in etc/conf/common.pl ...
  +{
      view => {
          class => 'TT',
          TEMPLATE_PATH => [ ... ],
          EVAL_PERL => 0,
      },
      ...
  }

DESCRIPTION

Nephia::View::TT is view class for Nephia. It provides template feature as Template.pm.

USING IN SETUP

  nephia-setup Your::AppName --flavor View::TT

AUTHOR

ytnobody <ytnobody@gmail.com>

SEE ALSO

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.