mixin help-title(title)
  h1.text-regular #{title}&nbsp;&nbsp;
    small.pointer(ng-click="showHelp = !showHelp")
        i.fa.fa-question-circle
  .alert.alert-info(ng-if="showHelp")
    block
