diff --git a/documentation/docs/04-layouts.md b/documentation/docs/04-layouts.md index 1dcb2edd1a9a..ab141839f54c 100644 --- a/documentation/docs/04-layouts.md +++ b/documentation/docs/04-layouts.md @@ -62,6 +62,8 @@ We can create a layout that only applies to pages below `/settings` (while inher ``` +> The nested layout has to be placed in the same subdirectory as the nested pages. In the example above, it resides in the settings folder. + ### Named layouts Some parts of your app might need something other than the default layout. For these cases you can create _named layouts_...