The repository for the code used for generating the photos.pablopie.xyz website 📸️

video.thtml (189B)

1 <div xmlns:py="http://genshi.edgewall.org/" id="video">
2   <figure>
3     <video src="$video_src" controls>
4         Your browser does not support the video tag
5     </video>
6   </figure>
7 </div>