The repository for the code used for generating the photos.pablopie.xyz website 📸️
image.thtml (611B)
1 <div xmlns:py="http://genshi.edgewall.org/" id="image"> 2 <figure> 3 <img src="$img_src" alt="$image_name"/> 4 </figure> 5 <em py:if="comment">$comment</em> 6 <dl> 7 <dt py:if="exposure">Exposure</dt> 8 <dd py:if="exposure">$exposure</dd> 9 <dt py:if="iso">ISO</dt> 10 <dd py:if="iso">$iso</dd> 11 <dt py:if="fnumber">Aperture</dt> 12 <dd py:if="fnumber">$fnumber</dd> 13 <dt py:if="flash">Flash</dt> 14 <dd py:if="flash">$flash</dd> 15 <dt py:if="focal_length">Focal length</dt> 16 <dd py:if="focal_length">$focal_length</dd> 17 </dl> 18 </div>