mixin empty-state(title, actions = false, secondarytext = "")
  .empty-state(class!=attributes.class)
    .empty-state__text= title
    if secondarytext != ""
      .empty-state__text-secondary= secondarytext
    if actions
      .empty-state__actions
        block
