${function() {
const currentUrl = data.skit_series_info[0].url;
const current = data.skit_series_info[0].episodes_number;
const meta = data.skit_meta_fields;
let total = 1;
if(meta){
const obj = meta.find(item => item.key === 'EpisodeNumber');
if(obj){
total = obj.value;
}
}
const a = 'EpisodeNumber'
return `
`;
}()}
${data.skit_title}
EP.${current}
/ EP.${total}
${data.skit_describe.replace('<p>','').replace('</p>','')}
${function() {
return `
`;
}()}
All the drama has been shown.