{% extends 'base.html' %} {% block title %}Home – {{ app_brand }}{% endblock %} {% block content %}
🏏
DIS IPL 2026
DIS IPL Match Predictions
🏆 {{ app_tagline }} 🏏
Pick your name to track predictions & points.
WHO ARE YOU?
{% if current_user %}
You’re signed in as
{{ current_user.display_name or current_user.username }}
Open app — today’s matches
Someone else on this device? Pick their name below.
{% endif %}

New teammate? Ask your admin to add you to the team roster.

{% endblock %}