silverstripe-elemental-list/templates/DNADesign/ElementalList/ElementList.ss
Will Rossiter a9f840641d Initial commit
Split out element lists from the core module. The element list provides a base class for blocks to sit inside other blocks.
2017-10-13 12:31:11 +13:00

4 lines
108 B
Scheme

<div class="listelement--container" data-listelement-count="$Elements.Elements.Count">
$Elements
</div>