{% for i in feeds %}
{% if user.is_authenticated %}
{% if user == i.user %}
{% endif %}
{% endif %}
{% endfor %}
{% extends "base.html" %} {% block content %} {% include "base_navbar.html" %} {% include "base_heading.html" %}