gorillanest/template/index.tt
2025-08-21 00:18:39 +02:00

13 lines
345 B
Plaintext

<html>
[% title = "ACTIVATION PHRASE: GORILLA NEST" %]
[% description = "Git In The Gorilla Nest!" %]
[% INCLUDE head.tt %]
<body>
<h1>[% title %]</h1>
<h2>[% description %]</h2>
<ul>[% FOR i IN directories %]<li><a href="/[% i %]">/[% i %]</a></li>[% END %]</ul>
<p>one million [% access %] xolatile's</p>
[% INCLUDE foot.tt %]
</body>
</html>