{% extends "master.html" %} {% block title %}Divisions{% endblock %} {% block content %}

Divisions for the {{ league.name.clone().unwrap_or("???".to_string()) }}

{% endblock %}