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.html
through command likegulp nunjucks --layoutname --bc
`
: by using
titlevariable we can set title of the page and we can call variable
`in required layout.`
: by using
pagevariable we can set active page and we can call variable
` in left menu.`
: by using
bc_iconvariable we can set breadcrumb icon of the page and we can call variable
` in Breadcrumb icon.`
: by using
breadcrumb` variable we can set breadcrumb links of the page.`
`
: With this we can get which type of breadcrumb from
macros/breadcrumb.html
through command likegulp nunjucks --layoutname --bcnumber(0 to 5).
Last updated
Was this helpful?