@using AIStudio.Chat @this.Title @this.Description @if (this.Body is not null) { @this.Body } @if (this.inputIssues.Any()) { Issues @foreach (var issue in this.inputIssues) { @issue } } @if (this.resultingContentBlock is not null) { }