From 865a9452337d34df2c6573154408cb7dd4319ed4 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Wed, 22 Jan 2025 12:03:57 +0000 Subject: [PATCH] Update template to access config file through plugin --- Templates/layout.html.ep.tem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/layout.html.ep.tem b/Templates/layout.html.ep.tem index b42b9eb..7c08ecf 100644 --- a/Templates/layout.html.ep.tem +++ b/Templates/layout.html.ep.tem @@ -8,7 +8,7 @@ %= javascript '/js/${lcPackageName}.js'
- % if ($config->{debug} == 1) { + % if (config->{debug} == 1) {
 		%= dumper $c->current_route
 		%= dumper $$${prefix}_data->{trt}