@if (showType) {
@if (songId === 'title') {
{{ showType | showType }}
{{ date | date: "dd.MM.yyyy" }}
} @if (songId === 'dynamicText') {
{{ presentationDynamicCaption }}
{{ presentationDynamicText }}
} @if (song && songId !== 'title' && songId !== 'empty' && songId !== 'dynamicText') { } @if (song && songId !== 'title' && songId !== 'empty' && songId !== 'dynamicText') { }
}