{% include 'app/includes/top_imports.html'%}
{% include 'app/includes/all_header.html'%}
By {{post.email}}
{{moment(post.upload_date, local=True).fromNow(refresh=True)}}
{% for k in post.keywords%}
{{k}}
{%endfor%}
{{post.title}}
0
Likes
0
Comments
{{post.content | safe}}
{% include 'app/includes/footer.html'%} {% include 'app/includes/bottom_imports.html'%}