eggification
[MosaicDocument.git] / Products / MosaicDocument / default_slots / slot_spacer_view.pt
diff --git a/Products/MosaicDocument/default_slots/slot_spacer_view.pt b/Products/MosaicDocument/default_slots/slot_spacer_view.pt
new file mode 100755 (executable)
index 0000000..82d7d1c
--- /dev/null
@@ -0,0 +1,5 @@
+<div tal:define="object nocall:options/object;
+                 nbOfSpaces object/nbOfSpaces"
+     tal:omit-tag="">
+  <br tal:repeat="br python:range(nbOfSpaces)" />
+</div>
\ No newline at end of file