We added a best bet, and also added the fremarker code to our template, but the best bet does not show on the frontend.
Here is are template snippet.
<@s.AfterSearchOnly>
<#if (response.resultPacket.bestBets)!?size > 0>
<@s.BestBets>
<#if s.bb.title??>
<div class="results-group">
<h4><a href="${s.bb.clickTrackingUrl}"><@s.boldicize>${s.bb.title}</@s.boldicize></a></h4>
</div>
</#if>
</@s.BestBets>
</#if>
Is there something we are missing in configuring best bets? We are on Funnelback version 15