+
`;
+ }
+}
+customElements.define("component-bootscreen", ComponentBootScreen);
+{{ end }}
+{{ define "loader-basic" }}
+class ComponentBootScreen extends HTMLElement {
+ connectedCallback() {
+ this.innerHTML = `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
`;
+ }
+}
+customElements.define("component-bootscreen", ComponentBootScreen);
+{{ end }}