{{ post.content }}
{% if post.filename %}{{ post.likes_count }}
{{ post.comments | length }}
Posted by {{ post.author.username }} on {{ post.created_at.strftime('%Y-%m-%d') }}
{% extends "layout.html" %} {% block content %}
{{ post.content }}
{% if post.filename %}{{ post.likes_count }}
{{ post.comments | length }}
Posted by {{ post.author.username }} on {{ post.created_at.strftime('%Y-%m-%d') }}