How can i make this line work on the "conversation_message" template?
I need it to work because i want to put the likes list inline with the buttons (right before .publicControls).
HTML:
<div id="likes-{$messageId}"><xen:if is="{$message.likes}"><xen:include template="likes_summary" /></xen:if></div>