{
  // comment
  if condition() {
    renderBranch()
  } else {
    doSomeOtherThings()
  }
}
