Hyperlink-Redirect/templates/index.tt

6 lines
111 B
Plaintext
Raw Normal View History

[% SET title = 'Test page' %]
[% INCLUDE 'header' %]
2023-09-24 00:45:18 -04:00
<h1>Ayy...</h1>
<p>lmao</p>
[% INCLUDE 'footer' %]