" .
html5VideoFrame($article["yaml"]["video"]) .
""
: "")
: "";
$ytVideoFrame = array_key_exists("yaml", $article)
? (array_key_exists("youtube", $article["yaml"])
? ytLightEmbed($article["yaml"]["youtube"])
: "")
: "";
return "
" .
"
" .
"
" .
(!empty($videoFrame) ? $videoFrame : $ytVideoFrame) .
"
" .
"
" .
"" .
$article["yaml"]["title"] .
"more_vert" .
"" .
"
" .
"
" .
"" .
$article["yaml"]["title"] .
"close" .
"" .
$Parsedown->text($article["mdText"]) .
"
" .
"
" .
"
";
}
//! create the