@using Start.Shared

@this.Group.Title

@code { [Parameter] public BookmarkGroupDto Group { get; set; } = null!; // [Required] is a .net 6 feature }