1 2 3 4 5
<div class="hgroup"> <? foreach ($parts as $part) : ?> <?= $part->renderWithCondition() ?> <? endforeach ?> </div>