t* my version of playonbsd.com data
       
   URI git clone git://git.codevoid.de/playonbsd-sdk.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       tmain.tt (380B)
       ---
            1 <!DOCTYPE html>
            2 <html lang="en">
            3 <head>
            4   <meta charset="[% settings.charset %]">
            5   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
            6   <title>[% title %]</title>
            7   <link rel="stylesheet" href="[% request.uri_base %]/css/style.css">
            8 </head>
            9 <body>
           10 [% content %]
           11 <div id="footer">
           12     <br>powered by oldschool webtech
           13 </div>
           14 </body>
           15 </html>