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

User @{{ user['screen_name'] }} {% if user['url'] %} link {% endif %}

Name: {{ user['name'] | safe }}
Description: {{ user['description'] | safe }}
   
Posts: {{ user['statuses'] }}
Since: {{ user['created_at'] | datetime }}
Location: {{ user['location'] }}
Follows: {{ user['friends'] }}
Follower: {{ user['followers'] }}
Listed: {{ user['listed'] }}

Insights

{% endblock %}