{{/* Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) Base template used by most pages to include common resources and optionally render the top bar. */}} {{define "base"}} {{template "head_common" .}}
{{template "body" .}}
{{template "script_common" .}} {{template "script" .}} {{end}} {{define "base_no_navbar"}} {{template "head_common" .}}
{{template "body" .}}
{{template "script_common" .}} {{template "script" .}} {{end}} {{define "head_common"}} {{template "title" .}} - {{.EventSettings.Name}} - Cheesy Arena {{end}} {{define "script_common"}} {{end}}