Current File : /home/jvzmxxx/wiki1/extensions/Flow/handlebars/flow_block_topic_edit_title.handlebars
<div class="flow-board">
{{!-- There is only one post, but the output format matches multi-post output --}}
{{#each roots}}
{{#eachPost @root this}}
{{> flow_edit_topic_title}}
{{/eachPost}}
{{/each}}
</div>