{% extends "base.html" %} {% block content %}

{{ post.title }}

on {{ post.date }}

{{ post.body|safe|linebreaks}} {{ showimage.pilImage }} {{post.date}}
{% load static %}
{% endblock %}