{% extends "index.html" %} {% load placeholder_tags %} {% block content %}

{{ post.created_by.username }} at {{ post.created_at }}

{% render_placeholder post.contents "640" %} {% endblock content %}