There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

App::Standup::Diary::Template - Diary entry markdown template

SYNOPSIS

my $template = App::Standup::Diary::Template->new(
  date         => $self->date,
  project_name => $self->project_name
));

$template->render();

DESCRIPTION

Markdown template, for the daily needs.

METHODS

get_template()

Return a un-interpreted template string respecting the Mojo::Template engine syntax.

render()

Interpolate the template with the provided data.