8cda1f75841e83a21da3e9e74e628d48c5ffa863
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / wrapper / root.tt
1 <html>
2 <head>
3 <title>[% loc('moose page title') %]</title>
4 <link rel="stylesheet" href="css/style.css" type="text/css">
5 </head>
6 <body>
7 [% content %]
8 </body>
9 </html>