31 lines
805 B
Plaintext
31 lines
805 B
Plaintext
extends ../_skeleton
|
|
|
|
block variables
|
|
- var activeIndex = 5
|
|
- var page_active = "Search Results"
|
|
- var header_class = "bg-forms"
|
|
block title
|
|
title= page_active
|
|
|
|
block page
|
|
//- Includes
|
|
include ../elements/_widget-form-search
|
|
// Page Header
|
|
include ../elements/_header-transparent
|
|
+breadcrumb_items(2,'index.html','Home','Pages')
|
|
|
|
// Page Content
|
|
main.page-content
|
|
section.text-left.section-50.section-sm-top-80.section-sm-bottom-90
|
|
.shell
|
|
.range
|
|
.cell-sm-10.cell-md-8
|
|
h1 Search Results
|
|
.offset-top-20
|
|
// RD Search
|
|
+widget-form-search("input-sm", "form-label-sm", "blog-sidebar-2-form-search-widget")
|
|
|
|
.rd-search-results.offset-top-50
|
|
|
|
// Page Footer
|
|
include ../elements/_footer-widget |