{% extends 'base.html' %} {% block body %}

{{ attorney.name }}

{% if attorney.phone %}

{{ attorney.phone_formatted }}

{% endif %} {% if attorney.email %}

{{ attorney.email }}

{% endif %} {% if attorney.website %}

{{ attorney.website }}

{% endif %}

{{ attorney.name }}

{{ attorney.biography }}

{% endblock %}