{% if dict._profile_pic %} Profile {% endif %}

{{ dict._title or "Untitled" }}

{{ dict._subtitle or "" }}

{% for key, value in dict.items() %} {% if not key.startswith('_') %}
{{ value }}
{% endif %} {% endfor %}