{{ post.caption }}
{% if user.is_authenticated %}
{% else %}
{{ post.like_count }}
{% endif %}
{% extends 'base.html' %} {% load static %} {% block title %}Trending Posts — WildWatch{% endblock %} {% block content %}
The most liked and discussed photos in our community
{{ post.caption }}
Be the first to share a photo and start a trend!
{% if user.is_authenticated %} Upload Now {% else %} Join WildWatch {% endif %}
No comments yet.
{% endfor %}