{% load wagtailcore_tags wagtailimages_tags %}
{{ person.title }}
{% if person.image %}
{% image person.image fill-180x180-c100 %}
{% endif %} {% if person.introduction %}
{{ person.introduction }}
{% endif %} {% if person.description %}
{{ person.description|richtext }}
{% endif %}