]> BookStack Code Mirror - website/blob - themes/bookstack/layouts/shortcodes/yt.html
d653d02868720be908c9254e6ca592c5e58404e8
[website] / themes / bookstack / layouts / shortcodes / yt.html
1 {{ $vidId := .Get 0 }}
2 <div class="youtube-embed-wrap">
3     <a href="https://www.youtube.com/watch?v={{ $vidId }}" target="_blank" title="View Video" rel="noreferrer noopener">
4         <img src="/images/yt/{{ $vidId }}.webp" alt="YouTube Video Thumbnail">
5     </a>
6 </div>