@if (!showRepeaterWithActiveIndex && !showRepeaterWithNgFor) { @if (showContextMenu) { } Title 1 link 1 Content 1 link 2 @if (showContextMenu) { } Title 2 Content 2 @if (!removeLastItem) { @if (showContextMenu) { } Title 3 Content 3 } @if (showItemWithNoContent) { No Content @if (showDynamicContent) { Content 3 } } @if (showItemWithNoTitle) { @if (showContextMenu) { } Content with no title } } @if (showRepeaterWithActiveIndex) { Title 1 Title 2 Title 3 } @if (showRepeaterWithNgFor) { @for (item of items; track item) { {{ item.title }} } }