sub start_html{ my $self = shift; my %stash = $self->eav; # title, descr... return $self->render(\$self->{TEMPLATES}{'start_html.html'}, \%stash); }