blog

Source for my blog
git clone git://git.konyahin.xyz/blog
Log | Files | Refs

hidvid.html (294B)


      1 <details>
      2     <summary>Click to reveal video.</summary>
      3 <iframe src="{{ index .Params 0 }}"
      4         loading="lazy"
      5         sandbox="allow-same-origin allow-scripts allow-popups"
      6         allowfullscreen frameborder="0"
      7         class="embvid"
      8         title="Embedded Video">
      9 </iframe>
     10 </details>