Change style to mimic examples of Template on CPAN

This commit is contained in:
swaggboi 2023-10-07 10:38:16 -04:00
parent 6bb2fd8ef4
commit d6e352faaa

View File

@ -1,5 +1,5 @@
[% SET title = 'Test page' %] [% INCLUDE 'header'
[% INCLUDE 'header' %] title = 'Test page' %]
<h1>Ayy...</h1> <h1>Ayy...</h1>
<p>lmao</p> <p>lmao</p>
[% INCLUDE 'footer' %] [% INCLUDE 'footer' %]