ref: 714594a8b7745f347b4684ee1911b8b541a1ce4d
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>