{{if not .IsCourse}} {{ if (and .notices (not .PageIsHome)) }}
{{ $firstTag := true }} {{range .notices.Notices}} {{if eq .Visible 1}} {{if $firstTag}} {{.Title}} {{else}} {{.Title}} {{end}} {{ $firstTag = false }} {{end}} {{end}}
{{end}} {{end}}