@if (title()) { {{ title() || '' | translate }} }
{{ description() | translate }}
@if (answer(); as answer) { @if (answer.steps.length > 0) {
@for (step of answer.steps; track step) { }
} @if (answer.context; as context) { @if (contextCost(); as cost) {
{{ cost }}
} } }
@if (result()?.answer; as resultAnswer) {
}