{% extends 'base.html' %} {% block content %}
{% if user.is_authenticated %}
Click to share something with us . .
{% endif %} {% for p in post %}
{{p.tagname}}
{{p.title}}
This article is shared by {{p.author}}
{{p.body}}

{% endfor %} {% endblock %}