<link media="all" rel="stylesheet" href="/assets/themes/default/css/youtube-video.css?cb=">
<div class="youtube-video">
<h2 class="youtube-video__title">Video title</h2>
<div class="youtube-video__iframe-wrapper youtube-video__iframe-wrapper--with-description">
<iframe class="youtube-video__iframe" loading="lazy" width="1600" height="900" src="https://www.youtube.com/embed/qApVnpPei9I" title="Video title"></iframe>
</div>
<p class="youtube-video__description">Credibly maintain process-centric mindshare without multidisciplinary niche markets. Interactively negotiate optimal total linkage after.</p>
</div>
{{#if firstInstance}}
<link media="all" rel="stylesheet" href="/assets/themes/{{theme}}/css/youtube-video.css?cb={{cacheBuster}}">
{{/if}}
<div class="youtube-video">
{{#if title}}<h2 class="youtube-video__title">{{title}}</h2>{{/if}}
<div class="youtube-video__iframe-wrapper {{#if description}}youtube-video__iframe-wrapper--with-description{{/if}}">
<iframe class="youtube-video__iframe" loading="lazy" width="1600" height="900" src="{{videoUrl}}" title="{{#if title}}{{title}}{{else}}YouTube Video{{/if}}"></iframe>
</div>
{{#if description}}<p class="youtube-video__description">{{description}}</p>{{/if}}
</div>
{
"theme": "default",
"firstInstance": true,
"title": "Video title",
"description": "Credibly maintain process-centric mindshare without multidisciplinary niche markets. Interactively negotiate optimal total linkage after.",
"videoUrl": "https://www.youtube.com/embed/qApVnpPei9I"
}
No notes defined.