at least make the key function show in the docs

This commit is contained in:
Adam D. Ruppe 2023-11-01 10:08:38 -04:00
parent 9f916f6401
commit 2aa06d0568
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ void addDefaultFunctions(var context) {
context.data = var.emptyObject;
}
///
Document renderTemplate(string templateName, var context = var.emptyObject, var skeletonContext = var.emptyObject, string skeletonName = null) {
import std.file;
import arsd.cgi;