{% with self.person.specific as person_page %}
{% image person_page.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 function=function %}
{% endwith %}