### 🧰 Template/plugin compatibily matrix
| Template\Plugin | <%# -%> <% for (const [plugin, {name, icon}] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %><%= icon %> | <% } %>
|---|---|
| <%= name %> | <%# -%> <% for (const [plugin] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %><%= readme.compatibility[plugin] ? "✔️" : "❌" %> | <% } %>