26 lines
781 B
Plaintext
26 lines
781 B
Plaintext
extends ../_skeleton
|
|
block variables
|
|
- var activeIndex = 5
|
|
- var page_active = "404"
|
|
- var header_class = "bg-typography"
|
|
block title
|
|
title= page_active
|
|
block page
|
|
|
|
// Page Header
|
|
include ../elements/_header-transparent
|
|
+breadcrumb_items(2,'index.html','Home','Pages')
|
|
|
|
main.page-content
|
|
section.section-50.section-sm-top-80.section-sm-bottom-90.text-sm-left
|
|
.shell
|
|
.range
|
|
.cell-sm-7
|
|
h1.bigest 404
|
|
h5.text-regular Page not found
|
|
p.big The page requested couldn't be found - this could be due to a spelling error in the URL or a removed page.
|
|
.offset-top-22
|
|
a(href='index.html').btn.btn-md.btn-primary Back to homepage
|
|
|
|
// Page Footer
|
|
include ../elements/_footer-widget |