{% extends 'base.html' %} {% load static %} {% block title %}BUSA | Home{% endblock %} {% block content %}

Welcome to Baliti University Students Association (BUSA)

{% if user.is_authenticated %}

You are logged in as {{ user.first_name }}.

{% else %}

Create an account to become a BUSA member.

{% endif %}

Why Join BUSA?

Secure Voting

Participate in transparent and secure student elections.

Inclusive Community

We foster a diverse and inclusive student community where every voice matters.

Student Representation

Have your voice heard in student leadership and governance.

{% endblock %}