@for (macroCategory of defaultMacros(); track macroCategory; let last = $last) {
{{ macroCategory.category }}
|
{{ t('Macro') }}
|
{{ t('Description') }}
|
@for (macro of macroCategory.macros; track macro) {
|
{{ macro.macro }}
|
{{ macro.description }}
|
}
@if (!last) {
}
}