<div class="video" data-module="video" data-youku-video="true">
<div class="video__responsive">
{{#if video.videoId}}
<iframe
src="https://player.youku.com/embed/{{video.videoId}}"
allowfullscreen
allowtransparency
allow="autoplay"
></iframe>
{{/if}}
</div>
{{#if tags}}
{{> @cp-hashtags tags }}
{{/if}}
</div>