image_block.html 178 B

123456
  1. {% load wagtailimages_tags %}
  2. <figure>
  3. {% image self.image fill-600x338 loading="lazy" %}
  4. <figcaption>{{ self.caption }} - {{ self.attribution }}</figcaption>
  5. </figure>