We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144fff7 commit 9b8194fCopy full SHA for 9b8194f
1 file changed
docs/GETTING_STARTED.md
@@ -103,8 +103,8 @@ await server.register({
103
* Options that DXT uses to render Nunjucks templates
104
*/
105
nunjucks: {
106
- basePageLayout: 'your-base-layout.html', // the base page layout. Usually based off https://design-system.service.gov.uk/styles/page-template/
107
- viewPaths // list of directories DXT should use to render your views. Must contain basePageLayout.
+ baseLayoutPath: 'your-base-layout.html', // the base page layout. Usually based off https://design-system.service.gov.uk/styles/page-template/
+ viewPaths // list of directories DXT should use to render your views. Must contain baseLayoutPath.
108
},
109
/**
110
* Services is what DXT uses to interact with external APIs
0 commit comments