{% extends "base.html" %} {% block content %} {% include "base_navbar.html" %} {% include "base_heading.html" %}
{% for i in feeds %}

{{ i.title }}

{{ i.created_on }}

license/attribution
Photo {{ i.image_title }} by {% if i.image_attribution_url == '' %} {{ i.image_attribution }} {% else %} {{ i.image_attribution }} {% endif %} is licensed {{ i.image_license_name }} {{ i.image_license_jurisdiction }}.

{{ i.description }}

{% if user.is_authenticated %} {% if user == i.user %} {% endif %} {% endif %} {% endfor %}
{% endblock %}