
At this point it _should_ be just about usable for folks to poke-around in, though ugly as sin.
11 lines
276 B
HTML
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 %} |