When to choose a partial or helper or a loop in view. Specifically, when we need a repeated structure only in a single page. I would like to know which one is a best practice from DRY point of view and Performance point of view.When to choose a partial or helper or a loop in