aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/site_layout.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/site_layout.tt')
-rw-r--r--share/skin/default/layout/site_layout.tt22
1 files changed, 22 insertions, 0 deletions
diff --git a/share/skin/default/layout/site_layout.tt b/share/skin/default/layout/site_layout.tt
new file mode 100644
index 0000000..17d78ca
--- /dev/null
+++ b/share/skin/default/layout/site_layout.tt
@@ -0,0 +1,22 @@
+=extends NEXT
+
+=for layout widget
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+
+<head>
+ [% head %]
+</head>
+
+<body>
+ [% body %]
+</body>
+
+</html>
+
+=for layout head_style
+
+=cut