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: