{{ post.date_posted|date:"F j, Y, H:i" }}
{{ post.content }}
{% if post.image %}{% extends "blog/base.html" %} {% load static %} {% block content %} {% if posts or request.GET.search %}
{{ post.date_posted|date:"F j, Y, H:i" }}
{{ post.content }}
{% if post.image %}No posts were found
{% else %}No posts yet
{% endif %} {% endif %}