{% extends "layout.html" %} {% block content %}
Email: {{ user.email }}
Name: {{ user.first_name }} {{ user.last_name }}
Profession: {{ user.profession }}
Location: {{ user.location }}
{{ post.author.username }}
{{ post.content }}
{{ post.likes_count }}
{{ post.comments | length }}
Posted by {{ post.author.username }} on {{ post.created_at.strftime('%Y-%m-%d') }}
No posts yet.