{% extends 'base.html' %} {% block content %}
Created by {{ post.created_by }} - {{ post.creation_date.strftime('%Y-%m-%d %H:%M') }}
{{ post.text }}
{% for media in post.media %}No comments yet. Be the first to comment!
{% endif %} {% if g.user %} {% else %}Log in to leave a comment.
{% endif %}