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.