@if (content.type === 'markdown') {
}
@if (content.type === 'section') {
@if (content.card) {
{{ 'title' | translateSimple: content }}
} @else {
{{ 'title' | translateSimple: content }}
}
}
@if (content.type === 'table') {
@for (row of content.rows; track row) {
@for (col of row; track col) {
}
}
}
@if (content.type === 'router link') {
@if (content.icon) {
}
{{ 'title' | translateSimple: content }}
}