blob: 463dec52ab3ea281b92f1225cb917a5377c5cdd0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{{ $vid := .Get 0 }}
<div class="video-wrapper">
<iframe src="https://v.qq.com/txp/iframe/player.html?vid={{ $vid }}&auto=0"
scrolling="no"
frameborder="no"
framespacing="0"
allowfullscreen="true"
>
</iframe>
</div>
|