23 lines
523 B
Plaintext
23 lines
523 B
Plaintext
extends ../_skeleton
|
|
|
|
block variables
|
|
- var activeIndex = 5
|
|
- var page_active = "Progress bars"
|
|
- var header_class = "bg-forms"
|
|
block title
|
|
title= page_active
|
|
block page
|
|
include ../dump/_elements
|
|
// Page Header
|
|
|
|
include ../elements/_header-transparent
|
|
+breadcrumb_items(2,'#','Pages','Elements')
|
|
// Page Content
|
|
main.page-content
|
|
|
|
include ../section/progress-bars/_section-progress-3
|
|
include ../section/progress-bars/_section-progress-2
|
|
|
|
// Page Footer
|
|
include ../elements/_footer-widget
|