mirror of https://github.com/adamdruppe/arsd.git
at least make the key function show in the docs
This commit is contained in:
parent
9f916f6401
commit
2aa06d0568
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue