ref: b0b6a8c7acf85a7b08ead56df81caeeea0ffff3b
dir: /docs/layouts/shortcodes/youtube.html/
<div class="video-container"> <iframe class="youtube-player" type="text/html" width="100%" height="auto" src="https://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0"> </iframe> </div>