{% extends "base.html" %} {% load static %} {% block title %} Roster {% endblock %} {% block content %}

Roster

The WWE Roster




{% for star in stars %} {% endfor %}
Stars
{{star}}{{star.division}}
{% endblock %}