{% extends "base.html" %} {% block title %}Results — Solitaire Hockey{% endblock %} {% block content %}
| Date | Away | A | H | Home | OT |
|---|---|---|---|---|---|
| {{ g.game_date }} | {{ away_name }} | {{ g.away_score }} | {{ g.home_score }} | {{ home_name }} | {{ 'OT' if g.overtime else '' }} |
No results yet.
{% endif %}