{% extends "base.html" %} {% block title %}Contact - {{ person_id }} - {{ person.name }}{% endblock %} {% block content %}
Contact - {{ person_id }}
{% if person is not none %}{{ person.name.upper() }} - {{ person.phone_number }}
{% else %}Person not found
{% endif %} {% macro link(id, text, boosted=false) -%} {{ text }} {%- endmacro %}