Change style to mimic examples of Template on CPAN
This commit is contained in:
parent
6bb2fd8ef4
commit
d6e352faaa
|
@ -1,5 +1,5 @@
|
|||
[% SET title = 'Test page' %]
|
||||
[% INCLUDE 'header' %]
|
||||
[% INCLUDE 'header'
|
||||
title = 'Test page' %]
|
||||
<h1>Ayy...</h1>
|
||||
<p>lmao</p>
|
||||
[% INCLUDE 'footer' %]
|
||||
|
|
Loading…
Reference in a new issue