2014-09-06 17:38:21 -07:00
|
|
|
{{/*
|
|
|
|
|
Copyright 2014 Team 254. All Rights Reserved.
|
|
|
|
|
Author: pat@patfairbank.com (Patrick Fairbank)
|
|
|
|
|
|
|
|
|
|
Root page and entry point to Cheesy Arena.
|
|
|
|
|
*/}}
|
2014-06-06 21:26:55 -07:00
|
|
|
{{define "title"}}Home{{end}}
|
2014-06-02 23:52:48 -07:00
|
|
|
{{define "body"}}
|
|
|
|
|
<div class="jumbotron">
|
2021-05-16 11:47:26 -07:00
|
|
|
<h2>Welcome to Cheesy Arena Lite.</h2>
|
2014-06-02 23:52:48 -07:00
|
|
|
<p>Use the navigation bar at the top to configure the event, play and score matches, view and print reports,
|
|
|
|
|
or launch displays.</p>
|
2014-07-06 00:34:40 -07:00
|
|
|
<p>For ad-hoc match control for testing or scrimmaging, go directly to
|
|
|
|
|
<a href="/match_play">Match Play</a>.</p>
|
2014-06-02 23:52:48 -07:00
|
|
|
</div>
|
|
|
|
|
{{end}}
|
2014-06-06 21:26:55 -07:00
|
|
|
{{define "script"}}{{end}}
|