No longer index templates tagged as #template

This commit is contained in:
Zef Hemel
2023-11-09 09:26:44 +01:00
parent 366b2ed395
commit d58db6aa1a
19 changed files with 307 additions and 64 deletions
-4
View File
@@ -41,9 +41,5 @@ export function renderHtml(t: Tag | null): string {
if (t.name === Fragment) {
return body;
}
// if (t.body) {
return `<${t.name}${attrs}>${body}</${t.name}>`;
// } else {
// return `<${t.name}${attrs}/>`;
// }
}