From 72ae9b3f63ddbe296f3e4e8f8db2d29303163d68 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sun, 1 May 2022 22:06:03 +0200 Subject: use more tag helpers in templates --- templates/error.html.ep | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'templates/error.html.ep') diff --git a/templates/error.html.ep b/templates/error.html.ep index 92391d6..d120e69 100644 --- a/templates/error.html.ep +++ b/templates/error.html.ep @@ -1,3 +1,4 @@ + @@ -8,20 +9,22 @@

Error

% if (my $msg = stash 'error') { -%= $msg + %= $msg % } % else { Uwu :( % }

+ % if (my $see_other = stash 'links') { See: % } - \ No newline at end of file + -- cgit v1.2.3