{{/* Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) UI for configuring the audience display sponsor roll. */}} {{define "title"}}Sponsor Slides Configuration{{end}} {{define "body"}}
Sponsor Slides Configuration

Place images in /static/img/sponsors/

{{range $i, $sponsorSlide := .SponsorSlides}}
{{if lt $i (add (len $.SponsorSlides) -1) }}
{{end}}
{{end}}
{{end}} {{define "script"}} {{end}}