From c34d429cc6115619143b702f54e43baeb025074e Mon Sep 17 00:00:00 2001 From: Thomas Cruveilher <38007824+Sorikairox@users.noreply.github.com> Date: Wed, 25 May 2022 11:33:16 +0200 Subject: [PATCH] Update renderer.md --- doc/learn/renderer.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/learn/renderer.md b/doc/learn/renderer.md index 142c27c1..aa5d44a7 100644 --- a/doc/learn/renderer.md +++ b/doc/learn/renderer.md @@ -16,8 +16,10 @@ engine. /views/partials ``` -!!!info Info If you want to put these directory elsewhere, you can provide the -path to `views` at runtime with `app.setViewEngineDir('my/path/to/views);` !!! +!!!info Info +If you want to put these directory elsewhere, you can provide the +path to `views` at runtime with `app.setViewEngineDir('my/path/to/views);` +!!! #### Create a default layout called `main.hbs` with the following content: