@for user in &self.users {

Item @user

} @for i in 0..10 { @if i == 5 { @continue }

Item @i

} @for i in 0..10 { @if i == 5 { @break }

Item @i

}