20 lines
456 B
Plaintext
20 lines
456 B
Plaintext
extends ../_skeleton
|
|
include ../elements/_mixin-team
|
|
block variables
|
|
- var activeIndex = 2
|
|
- var page_active = "FAQ"
|
|
- var header_class = "bg-forms"
|
|
block title
|
|
title= page_active
|
|
block page
|
|
include ../dump/_elements
|
|
// Page Header
|
|
|
|
include ../elements/_header-transparent
|
|
+breadcrumb_items(2,'index.html','Home','About')
|
|
main.page-content
|
|
|
|
include ../section/faq/_section-faq
|
|
// Page Footer
|
|
include ../elements/_footer-widget
|