eggification
[PlinnDocument.git] / Products / PlinnDocument / skins / plinndocument_view.pt
diff --git a/Products/PlinnDocument/skins/plinndocument_view.pt b/Products/PlinnDocument/skins/plinndocument_view.pt
new file mode 100644 (file)
index 0000000..c14b64d
--- /dev/null
@@ -0,0 +1,13 @@
+<html xmlns="http://www.w3.org/1999/xhtml"
+                        metal:use-macro="here/main_template_view/macros/master">
+
+  <head>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+    <title>Plinn document edit</title>
+  </head>
+
+  <body metal:fill-slot="main" tal:omit-tag="">
+    <p tal:replace="structure context/EditableBody"></p>
+  </body>
+
+</html>
\ No newline at end of file