{{ post.title }}
{{ post.author.get_full_name|default:post.author.username }}
{{ post.publish_date|date:"F j, Y" }}
{{ post.content|reading_time }} min read
{% for tag in post.tags.all %}
#{{ tag.name }}
{% endfor %}
{% endif %}
Comments ({{ comments|length }})
{{ comment.author_name }}
{{ comment.created_at|date:"M j, Y" }}{{ comment.content|linebreaks }}
No comments yet. Be the first to comment!