{% extends 'base.html' %} {% block title %}Quizzical Beats - Where trivia meets the rhythm{% endblock %} {% block content %}

Welcome to Quizzical Beats

Where trivia meets the rhythm. Create unforgettable music rounds for your pub quiz or trivia night.

Welcome, {{ user_info['display_name'] }}

  • Username: {{ current_user.username }}
  • Email: {{ current_user.email }}
  • {% if current_user.first_name or current_user.last_name %}
  • Name: {{ current_user.first_name }} {{ current_user.last_name }}
  • {% endif %}

"The soundtrack to your smartest guesses."

{% endblock %}