{% extends "base.html" %} {% block title %}HoopScout | Saved Searches{% endblock %} {% block content %} Saved Searches Back to scouting {% include "scouting/partials/saved_search_table.html" with saved_searches=saved_searches %} {% endblock %}