@if (options()) {
{{ options()?.title }}
@if (options()?.code) { HTTP {{ options()?.code }} }

{{ options()?.message }}

@if (detailsList().length > 0) {
{{ copied() ? 'Copied' : 'Copy Details' }}
@if (showDetails()) {
    @for (item of detailsList(); track $index) {
  • {{ item }}
  • }
}
}
}