82d7d1ca5a4291d1135ca9e0e9eb77f702928369
[MosaicDocument.git] / default_slots / slot_spacer_view.pt
1 <div tal:define="object nocall:options/object;
2 nbOfSpaces object/nbOfSpaces"
3 tal:omit-tag="">
4 <br tal:repeat="br python:range(nbOfSpaces)" />
5 </div>