@if (activeTab === 'liquid') {
    @for(ingredient of liquidIngredients; track $index) {
  • }
} @if (activeTab === 'tapioca') {
    @for(ingredient of tapiocaIngredients; track $index) {
  • }
}