+ {#if hasSidebar}
+
+ {/if}
+
+
+ {#if loading}
+
+
+
+ {:else if error}
+
+
+
+ {#if footer}
+
+ {/if}
+
+
+ {#if children}
+
+ {:else if children}
+ {@render children()}
+ {/if}
+
+ {@render children()}
+
+ {/if}
+