]> Dogcows Code - chaz/p5-CGI-Ex/blob - samples/app/app1/tt/header.tt
add PSGI handler
[chaz/p5-CGI-Ex] / samples / app / app1 / tt / header.tt
1 <html>
2 <head>
3 <title>[% title.html %]</title>
4 <style>
5 .error {
6 color:red;
7 }
8 </style>
9 </head>
10 <body>
11 <h1>[% title.html %]</h1>
This page took 0.036705 seconds and 5 git commands to generate.