@if (steps().length > 0) {
    @for (step of steps(); track step.id) {
  1. {{ step.title }}

    {{ step.body }}

  2. }
}