20 lines
405 B
Plaintext
20 lines
405 B
Plaintext
extends ../_skeleton
|
|
|
|
block variables
|
|
- var activeIndex = 9
|
|
- var page_active = "Locations"
|
|
- var header_class = "bg-forms"
|
|
block title
|
|
title= page_active
|
|
block page
|
|
|
|
// Page Header
|
|
include ../elements/_header-transparent
|
|
+breadcrumb_items(1,'index.html','Home')
|
|
main.page-content
|
|
|
|
include ../section/contact/_section-contact
|
|
|
|
// Page Footer
|
|
include ../elements/_footer-widget
|