No longer index templates tagged as #template
This commit is contained in:
@@ -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}/>`;
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user