{% extends 'base.html' %} {% block content %}
{% for p in post1 %}
{{p.tagname}}
{{p.title}}
This article is shared by {{p.author}}
{{p.body|truncatewords:30}} Continue reading

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

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

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

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

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

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

{% endfor %} {% endblock %}