Display a div with the class updated from the version’s status:
<div do='void' status='true'>...</div>
Display an h1 header with action buttons and status class (status is on by default when actions is present:
<h1 do='title' actions='all'/>
Display an h1 header with action buttons but without status class:
<h1 do='title' actions='all' status='false'/>