{% load wagtailimages_tags %} {% with self.person.specific as person_page %} {% image person_page.get_profile_image fill-256x256 as contact_box_image %} {% firstof self.caption person_page.position as function %} {% include 'styleguide2/includes/molecules/contact/contact_person_large_box.html' with image=contact_box_image name=person_page.title url=person_page.url function=function %} {% endwith %}