{% extends "base.html" %} {% block content %}

Upcoming Events

{% if user.is_authenticated and user.role == "community_leader" %} Create Event {% endif %} {% endblock %}