{{ user.username }} {% if user.username == 'avery' %} 👑 🛡️ 🛠️ 🪳 {% elif user.username == 'asd' %} 🧪 🪳 {% elif user.username == 'sqtt' %} 🪳 {% elif user.username == 'Andrecon' %} {% endif %}

Joined: {{ user.created_at.strftime('%B %d, %Y') }}

{% if session.user_id == user.id %}
{% endif %}

Tweets

{% for tweet in tweets %}
{% if tweet.user_id == session.user_id %}
{% endif %}

{{ tweet.content }}

{% endfor %}