{% load i18n cms_tags extra_tags static thumbnail %}{% spaceless %} {% comment %}Obviously, the context template variable "person" is required and must be a Person page extension{% endcomment %} {% with person_page=person.extended_object %}
{% comment %}Use tabindex and aria-hidden on the image link as it is entirely redundant with the title link{% endcomment %}
{{ person_page.get_title }}
{% with category_variant="tag" %} {% show_placeholder "categories" person_page %} {% endwith %}
{% if instance.bio %}{{ instance.bio }}{% else %}{% show_placeholder "bio" person_page %}{% endif %}
{% endwith %} {% endspaceless %}