.mp-details-card
  if $component.backHref
    a.mp-details-back-button-container(
      attrs={href: $component.backHref}
      on={click: event => $helpers.handleBackClick(event)}
    )
      svg-icon(attrs={icon: `arrow-left`})
      .mp-details-back-button-label= $component.backHrefText

  .mp-details-sections
    slot

  .mp-details-actions
    slot(attrs={name: `actions`})
