{{- $vid := .Get "src" -}}
{{- $abs := .Get "abs" | default true -}}

<div style="display: flex;" class="w-full">
  <iframe class="pt-vid flex-auto aspect-video w-full" sandbox="allow-same-origin allow-scripts allow-popups" src="{{ $vid }}?warningTitle=0" frameborder="0" allowfullscreen></iframe>
</div>