tencent.html 278 B

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