New Page
Blank.html
we have to create new pages in src/pages/
It has the following Structure:
Clear explanation for above structure,
: With this we can get which type of layout from
macros/layout.htmlthrough command likegulp nunjucks --layoutname --bc`
: by usingtitlevariable we can set title of the page and we can call variable`in required layout.`
: by usingpagevariable we can set active page and we can call variable` in left menu.`
: by usingbc_iconvariable we can set breadcrumb icon of the page and we can call variable` in Breadcrumb icon.`
: by usingbreadcrumb` variable we can set breadcrumb links of the page.`
`
: With this we can get which type of breadcrumb from
macros/breadcrumb.htmlthrough command likegulp nunjucks --layoutname --bcnumber(0 to 5).
Last updated
Was this helpful?