{% extends "templates/web.html" %} {% block page_content %}
{% if photo %}
{{ full_name }}
{% else %}
{{ abbr }}
{% endif %}

{{ full_name }}

{% if short_intro %}

{{ short_intro }}

{% endif %} {% if bio %}

{{ frappe.utils.md_to_html(bio) }}

{% endif %}
{% endblock %}