{% extends 'base.html' %} {% block content %}
{{ user.full_name }}
{{ user.description|safe }}
  • Followers
    {{ user.followers }}
  • Following
    {{ user.following }}
{% for post in results%}
{{ post.ts }}
{{ post.time }}

{{ post.body }}


{% endfor%}
{% endblock %}