{{ title }} @if (isString(content)) { @if (isMarkdown) { } @else {

{{ content }}

} } @else { @if (content && isThing(content[0])) { @for (thing of $any(content); track thing) {

{{ 'name' | thingTranslate: thing }}

} } @else { @for (text of $any(content); track text) {

{{ text }}

} } }