{% extends 'base.html' %} {% block title %}HoopScout | Home{% endblock %} {% block content %}

Basketball scouting, server-rendered.

Search players and track targets using a Django + HTMX workflow.

Browse players {% if request.user.is_authenticated %} Go to dashboard {% else %} Create account {% endif %}
{% endblock %}