{% extends "_club_base.html" %} {% load lucide %} {% block head_title %}Home{% endblock head_title %} {% block main %}

{% lucide "party-popper" size=20 %} Welcome to {{ club.name }}

You are signed in as {{ user.get_full_name|default:user.email }}.

The club site lands here. For now this page exists so signing in has somewhere to go.

{% endblock main %}