Rare
  • Introduction
  • HTML
    • Introduction
    • Html Structure
      • Header
      • Left Side Menu
      • Main Content
    • Main Content
      • Buttons
      • Fonts
      • Lock Screens
      • Maps
      • Modals
      • Plugins Used
      • Progress Bars
    • Css Files
    • Java Script Used
    • Scss
    • Fonts Used
    • Images used
    • Starts New page
      • Centered Logo
      • Compact Menu
      • Default
      • Horizontal
      • Light Side Bar
      • Mmenu
  • Rare Builder
    • Layouts
      • Default
      • Centered Logo
      • Compact Menu
      • Fixed Menu
      • Fixed Header
      • Horizontal
      • Icon Horizontal
      • Dark
      • Full Width
      • Header Style
      • Fixed Footer
      • Mmenu
      • Light Sidebar
    • Macros
      • Layouts
      • Breadcrumb
    • Partials
      • Headers
        • Header
        • Centered Logo Header
      • Heads
        • Head
      • Breadcrumbs
        • Breadcrumb 1
        • Breadcrumb 2
        • Breadcrumb 3
        • Breadcrumb 4
        • Breadcrumb 5
        • Breadcrumb Default
      • Ends
        • End
      • Menus
        • Default
        • Horizontal
        • Icon Horizontal
        • Compact
        • Mmenu
      • Footer
        • Footer
        • Fixed Footer
      • Messages
      • Notifications
      • User Profile
    • Add Builder
    • Commands
    • New Page
  • FAQ
    • Change Left Menu Content
    • Setting Layout As Default
    • Change Breadcrumb
    • Change Colors In scss
Powered by GitBook
On this page

Was this helpful?

  1. Rare Builder

New Page

Blank.html

we have to create new pages in src/pages/

It has the following Structure:

Clear explanation for above structure,

  1. : With this we can get which type of layout frommacros/layout.htmlthrough command like gulp nunjucks --layoutname --bc

  2. `

    : by usingtitlevariable we can set title of the page and we can call variable`in required layout.

  3. `

    : by usingpagevariable we can set active page and we can call variable` in left menu.

  4. `

    : by usingbc_iconvariable we can set breadcrumb icon of the page and we can call variable` in Breadcrumb icon.

  5. `

    : by usingbreadcrumb` variable we can set breadcrumb links of the page.

  6. `

    `

  7. : With this we can get which type of breadcrumb from macros/breadcrumb.html through command like gulp nunjucks --layoutname --bcnumber(0 to 5).

PreviousCommandsNextFAQ

Last updated 5 years ago

Was this helpful?