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