{% extends 'base.html' %} {% load static %} {% block title %}WildWatch — Conservation Through Community{% endblock %} {% block content %}
Wildlife & Environmental Community

Capture the wild,
inspire the world.

Join thousands of nature lovers documenting Kenya's breathtaking wildlife, ecosystems, and conservation efforts — one photograph at a time.

{% if user.is_authenticated %} Share a Photo Explore Community {% else %} Join for Free Browse Photos {% endif %}
{{ total_posts }}
Photos Shared
{{ total_users }}
Community Members
3
Categories
{% if featured_posts %}
Trending Now

Community Highlights

The most celebrated photos from our nature-loving community this week.

{% for post in featured_posts %}
{{ post.caption|truncatechars:60 }} {% if forloop.counter <= 3 %} {% endif %}

{{ post.caption }}

{{ post.like_count }}   {{ post.comment_count }} View Post
{% endfor %}
{% endif %}
Browse by Category

What Are You Exploring?

{% if not user.is_authenticated %}
🌍

Ready to make a difference?

Join our community and start sharing your environmental story. Every photo is a step toward conservation awareness.

{% endif %} {% endblock %}