${this.loading
@@ -59,15 +68,17 @@ export class EmptyState extends AKElement implements IEmptyState {
"fa-question-circle"} pf-c-empty-state__icon"
aria-hidden="true"
>`}
-
- ${this.loading && this.header === undefined ? msg("Loading") : this.header}
-
-
-
-
-
-
-
+ ${showHeader ? html`
${header()}
` : nothing}
+ ${this.slots.hasSlotted("body")
+ ? html`
+
+
`
+ : nothing}
+ ${this.slots.hasSlotted("primary")
+ ? html`
+
+
`
+ : nothing}