{{ bracket.year }} Stanley Cup Playoffs
The road to 16 wins
First Round
{% for m in bracket.east_r1 %}{% include "_bracket_matchup.html" %}{% endfor %}Second Round
{% for m in bracket.east_r2 %}{% include "_bracket_matchup.html" %}{% endfor %}East Final
{% for m in bracket.east_cf %}{% include "_bracket_matchup.html" %}{% endfor %}Cup Final
{% for m in bracket.cup %}{% include "_bracket_matchup.html" %}{% endfor %}West Final
{% for m in bracket.west_cf %}{% include "_bracket_matchup.html" %}{% endfor %}Second Round
{% for m in bracket.west_r2 %}{% include "_bracket_matchup.html" %}{% endfor %}First Round
{% for m in bracket.west_r1 %}{% include "_bracket_matchup.html" %}{% endfor %}{{ rnd.label }}
{% if rnd.get('east') %}
{% endif %}
{% if rnd.get('west') %}
{% endif %}
{% if rnd.get('cup') %}
Eastern
{% for m in rnd.east %}{% include "_bracket_matchup.html" %}{% endfor %}Western
{% for m in rnd.west %}{% include "_bracket_matchup.html" %}{% endfor %}
{% for m in rnd.cup %}{% include "_bracket_matchup.html" %}{% endfor %}
{% endif %}