@if (config) {
@if (header) {
{{ title }} @if (showCopyButton) { }
} @if (body) {
@switch (type) { @case ('text') {
              
            
} @case ('component') { @if (component) { } } }
} @if (config.footer?.text) { }
}