ref: 98c12b7b3de0822d39886a4de5f3b18b295e3c3d
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>