{% extends 'base.html' %} {% block main %} {% if username!='Guest' %} New Post {% endif %}
@{{ post.user.username }}
{{ post.description }}