logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Perlanet::Trait::TemplateToolkit - render the feed via a Template Toolkit template

Attributes

template_input
       The Template Toolkit template to use as input

   template_output
       The path to save the resulting output to

Author

Description

       Renders the aggregated set of feeds via a Template Toolkit template.

Name

       Perlanet::Trait::TemplateToolkit - render the feed via a Template Toolkit template

Synopsis

          my $perlanet = Perlanet->new_with_traits(
            traits => [ 'Perlanet::Trait::TemplateToolkit' ]
          );

          $perlanet->run;

Template Toolkit Stash

       The following are exported into your template:

   feed
       A Perlanet::Feed that represents the aggregation of all posts

See Also