Hi guys,
I have an item with an item list on it (Images).
But when the item list is empty it still appears in Loops, so this:
@if (Loops.Contains("Item.Images")) {
<div>
foreach here...
</div>
}
does not work to avoid my wrapping div beeing output... How do you do this in Razor?