container-block-plugin-container-block.html 150 Bytes
<div>
  <noosfero-block ng-repeat="block in ctrl.blocks | orderBy: 'position'" 
    [block]="block" [owner]="ctrl.owner">
  </noosfero-block>
</div>