--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/templates/site/wysiwyg_preview.html Mon Nov 23 15:14:29 2009 +0100
@@ -0,0 +1,16 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ {% include "site/layout/req_yui.html" %}
+</head>
+
+<body>
+{% comment %} do not remove next html comment !{% endcomment %}
+<!-- content -->
+{% autoescape off %}
+ {{ content }}
+{% endautoescape %}
+</body>
+</html>