Header Style
The design for the blank page in Header Style Layout by run the command gulp nunjucks --layout header-style1 --breadcrumb * --color * through builder is shown below:
And you can change breadcrumb and color for header in this layout by run the command gulp nunjucks --layout default --beadcrumb * --color *
Where --beadcrumb *is
--breadcrumb (default,0,1,2,3,4,5)
Where --color *is
--color (default,primary,success,danger,mint,purple)

It has the following Structure:
Last updated