{{define "content"}}
Best Move: {{.Result.BestMove}}
Evaluation: {{printf "%.2f" .Result.Evaluation}}
Depth: {{.Result.Depth}}
Think Time: {{.Result.ThinkTimeMs}}ms
PV: {{.Result.PV}}