@if (title) {

{{ title }}

}
@if (items) {
    @for (item of items; track item) {
  • }
}