edh-elo/app/templates/main.html
Jack Jackson e4ea529fbe Cosmetic and final-basic functionality
At this point it _should_ be just about usable for folks to poke-around
in, though ugly as sin.
2024-06-09 09:45:56 -07:00

11 lines
276 B
HTML

{% extends "base.html" %}
{% block title %}EDH ELO{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
<p>Welcome to EDH ELO! Click "Games" above to see the list of Games, or "Record New Game" in the top-right to record a game</p>
{% endblock %}