Current File : /home/jvzmxxx/wiki1/extensions/Flow/handlebars/flow_block_board-history.handlebars
<div class="flow-board-history">
	{{> flow_errors}}

	{{#if navbar}}{{html navbar}}{{/if}}

	<ul>
		{{#each revisions}}
			<li>{{> flow_history_line}}</li>
		{{/each}}
	</ul>

	{{#if navbar}}{{html navbar}}{{/if}}
</div>