2021-02-13 05:10:24 -05:00
|
|
|
{{ $vid := .Get 0 }}
|
2021-03-07 06:51:47 -05:00
|
|
|
<div class="video-wrapper">
|
2021-02-13 05:10:24 -05:00
|
|
|
<iframe src="http://v.qq.com/txp/iframe/player.html?vid={{ $vid }}&auto=0"
|
|
|
|
scrolling="no"
|
|
|
|
frameborder="no"
|
|
|
|
framespacing="0"
|
2021-03-07 06:51:47 -05:00
|
|
|
allowfullscreen="true"
|
|
|
|
>
|
2021-02-13 05:10:24 -05:00
|
|
|
</iframe>
|
|
|
|
</div>
|