complete MooseX::Types port
[catagits/Reaction.git] / share / skin / default / layout / site_layout.tt
CommitLineData
6ab43711 1=for layout widget
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
7<head>
7c2bcb55 8 [% head %]
6ab43711 9</head>
10
11<body>
7c2bcb55 12 [% body %]
6ab43711 13</body>
14
15</html>
16
7c2bcb55 17=for layout head
18
19 <title>[% title %]</title>
20
21 [% head_meta %]
22 [% head_style %]
23
24=for layout head_meta
6ab43711 25
7c2bcb55 26 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
27
28=for layout head_style
29
30 <!-- stylesheet links go here -->
31
32=for layout body
33
34[% inner %]
35
36=for layout header
6ab43711 37
7c2bcb55 38<h1>[% title %]</h1>
6ab43711 39
f2fef590 40=cut