{% load wagtailimages_tags %} {% image self.image fill-512x512 as image %} {% firstof self.page.url self.link as url %} {% include 'styleguide2/includes/molecules/boxes/card_box.html' with url=url image=image header=self.title content=self.text description_classes="!bg-grey-180" classes="drop-shadow" %}