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

Dashboard

Welcome, {{ request.user.username }}.

This is the authenticated control center for saved searches and watchlists.

{% endblock %}