🤖 AI Trading Dashboard
{{if eq .CurrentPage "overview"}}
{{template "overview-content" .}}
{{else if eq .CurrentPage "trades"}}
{{template "trades-content" .}}
{{else if eq .CurrentPage "whitelist"}}
{{template "whitelist-content" .}}
{{else if eq .CurrentPage "news"}}
{{template "news-content" .}}
{{else}}
{{template "overview-content" .}}
{{end}}