]> Dogcows Code - chaz/chatty/blob - root/tt/wrapper.tt
adding a basic template to build off of
[chaz/chatty] / root / tt / wrapper.tt
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="author" content="Charles McGarvey">
6 <meta name="description" content="This is a chat application in Catalyst!">
7 <link rel="stylesheet" type="text/css" href="[% c.uri_for('static/css/common.css') %]">
8 <title>Chatty - [% template.title or 'Toy chat application written in Perl/Catalyst' %]</title>
9 </head>
10 <body>
11 <div id="outer">
12 <div id="inner">
13 [% content %]
14 </div>
15 </div>
16 <script type="text/javascript" src="[% static('js/jquery.tools-1.2.6.min.js') %]"></script>
17 </body>
18 </html>
This page took 0.034496 seconds and 5 git commands to generate.