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

{{post['title']}}

{% endblock header %} {% block content %}

Posted by {{post['author']}} on {{post['month']}} {{post['day']}}, {{post['year']}}

{%if post.get('original')%}

This was originally posted at {{post['original']}}.

{%endif%}
{{post['post']}} {% endblock content %} {% block footer %} {% endblock footer %}