Rebuilt frontmatter templates as template widgets

This commit is contained in:
Zef Hemel
2024-01-08 17:08:35 +01:00
parent 5b3dd500e4
commit 848e11a773
45 changed files with 471 additions and 483 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export function render(
lang: string,
body: string,
pageName: string,
): Promise<CodeWidgetContent> {
): Promise<CodeWidgetContent | null> {
return syscall("codeWidget.render", lang, body, pageName);
}