nasg/block_photo.html
2017-08-17 11:33:54 +00:00

7 lines
236 B
HTML

<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>