Make comment useful

This commit is contained in:
swagg boi 2023-09-24 00:52:15 -04:00
parent 80786d4a2b
commit 743f5eda86

View file

@ -6,7 +6,7 @@ use Template6;
# Normally would 'use' local libs here for Controller and Model and
# what not but keeping it simple for now...
# Where art thou templates
# Set things up (config stuff would go here?)
my $templates = Template6.new;
$templates.add-path: 'templates';