{{ define "main" }} {{ template "header" .}}
{{ template "navigation" .}}
{{ if .Title }}

{{.Title}}

{{ end }}
{{ if .Agents }}
Statistics
  • {{.Agents}}
  • {{.Inventory}}
  • {{.Positions}}
  • {{.Obstacles}}
{{ end }} {{ if .ObstaclePieChart }}
Obstacles (and Phantom objects)
{{ end }}
{{ if and .SetCookie (not .LSL) (not .Preamble) }}
User
{{ if .Gravatar }} {{ end }}
Welcome, {{ .SetCookie }}
{{ end }} {{ if .MapURL }}
In-world map
{{ end }}
{{ if .Preamble }} {{ .Preamble }} {{ end }} {{ if .Content }} {{ .Content }} {{ end }} {{ if .LSL }} {{ if eq .LSL "lsl-register-object" }} {{ template "lsl-register-object" . }} {{ end }} {{ if eq .LSL "lsl-bot-controller" }} {{ template "lsl-bot-controller" . }} {{ end }} {{ if eq .LSL "lsl-agent-scripts" }} {{ template "lsl-agent-scripts" . }} {{ end }} {{ end }} {{ if .ButtonText }} {{ end }}
{{ template "footer" .}} {{ end }}