block_photo.html (view raw)
1 2 3 4 5 6 7
<section class="photo"> <p> <a href="{{ post.photo.target }}" class="{{ post.photo.cl }}"> <img src="{{ post.photo.fallback }}" title="{{ post.photo.title }}" alt="{{ post.photo.alt }}" class="adaptimg" /> </a> </p> </section>