@if (['png', 'jpg', 'jpeg', 'gif'].includes(getFileType(filePath))) { image } @if (['pdf', 'doc', 'txt'].includes(getFileType(filePath))) { image } @if (['mp3', 'wav', 'wma'].includes(getFileType(filePath))) { }@if (getFileType(filePath) === 'mp4') {
}