docs: fix code example syntax (#348)
This commit is contained in:
@@ -31,7 +31,7 @@ feel right at home with Stencil.
|
||||
]
|
||||
]
|
||||
|
||||
let environment = Environment(loader: FileSystemLoader(paths: ["templates/"])
|
||||
let environment = Environment(loader: FileSystemLoader(paths: ["templates/"]))
|
||||
let rendered = try environment.renderTemplate(name: "articles.html", context: context)
|
||||
|
||||
print(rendered)
|
||||
|
||||
Reference in New Issue
Block a user