src/cm/templates/site/wysiwyg_preview.html
author Simon Descarpentries <sid@sopinspace.com>
Fri, 04 Apr 2014 18:23:30 +0200
changeset 624 3dd70d01cec2
parent 0 40c8f766c9b8
permissions -rw-r--r--
Divide tests.js in two distinct files, factorize helper functions in lib/test_hlp.js

<!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>