Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_content / image_view.pt
diff --git a/Products/Plinn/skins/custom_content/image_view.pt b/Products/Plinn/skins/custom_content/image_view.pt
new file mode 100755 (executable)
index 0000000..33c0aac
--- /dev/null
@@ -0,0 +1,12 @@
+<html metal:use-macro="here/main_template_view/macros/master">
+  <head>
+    <title>Image View</title>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
+    <base metal:fill-slot="base" href="" tal:attributes="href python: here.absolute_url() + '/'" />
+  </head>
+<body>
+  <div metal:fill-slot="main">
+   <span tal:replace="structure here/tag">Tag</span>
+  </div>
+</body>
+</html>