{% extends 'base.html' %} {% block content %}
{{postdetail.tagname}}
{{postdetail.title}}
This article is shared by {{postdetail.author}}
{{postdetail.body}}

{% for p in post %}
{{p.tagname}}
{{p.title}}
This article is shared by {{p.author}}
{{p.body|truncatewords:30}} Continue reading

{% endfor %} {% endblock %}