blob: f9d720e0d4379abdaaacf4959df1d986e0f57dea (
plain)
1
2
3
4
5
|
{{ $id := .Get 0 }}
<center>
<iframe id="ytplayer" type="text/html" width="500" height="280"
src="https://www.youtube.com/embed/{{ $id }}?autoplay=1&origin=https://michal.sapka.me" frameborder="0"></iframe>
</center>
|