image_block.html 165 B

12345678
  1. {% load wagtailimages_tags %}
  2. <figure>
  3. {% image self.image fill-600x600 %}
  4. <figcaption>{{ self.caption }} - {{ self.attribution }}</figcaption>
  5. </figure>