···11+/* This Source Code Form is subject to the terms of the Mozilla Public
22+ * License, v. 2.0. If a copy of the MPL was not distributed with this
33+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
44+ *
55+ * Copyright (c) 2026 Jake Lazaroff
66+ *
77+ * Repository: https://tangled.org/jakelazaroff.com/actor-typeahead
88+ */
99+110const template = document.createElement("template");
211template.innerHTML = `
312 <slot></slot>