{% if post.featured_image %}
{% endif %}
By {{ post.author.get_full_name|default:post.author.username }}
{{ post.created_at|date:"M d, Y" }}
{{ post.views_count }} Views
{% if request.user.is_staff %}
{% endif %}
{{ post.title }}
{{ post.content|linebreaks }}