From d6e352faaa2631eaeb3694783c1d8edc69333e76 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 7 Oct 2023 10:38:16 -0400 Subject: [PATCH] Change style to mimic examples of Template on CPAN --- templates/index.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.tt b/templates/index.tt index 5d2b3fa..75633ee 100644 --- a/templates/index.tt +++ b/templates/index.tt @@ -1,5 +1,5 @@ -[% SET title = 'Test page' %] -[% INCLUDE 'header' %] +[% INCLUDE 'header' + title = 'Test page' %]

Ayy...

lmao

[% INCLUDE 'footer' %]