{{define "content"}}

Test Move

{{if .Result}}

Result

Best Move: {{.Result.BestMove}}

Evaluation: {{printf "%.2f" .Result.Evaluation}}

Depth: {{.Result.Depth}}

Think Time: {{.Result.ThinkTimeMs}}ms

{{if .Result.PV}}

PV: {{.Result.PV}}

{{end}}
{{end}} {{if .MoveError}}
{{.MoveError}}
{{end}}
{{end}}