Files
cheesy-arena-lite/templates/index.html
2014-06-02 23:52:48 -07:00

9 lines
270 B
HTML

{{define "title"}}Cheesy Arena{{end}}
{{define "body"}}
<div class="jumbotron">
<h2>Welcome to Cheesy Arena.</h2>
<p>Use the navigation bar at the top to configure the event, play and score matches, view and print reports,
or launch displays.</p>
</div>
{{end}}