24 lines
605 B
Plaintext
24 lines
605 B
Plaintext
extends ../_skeleton
|
|
block variables
|
|
- var page_active = "Masonry Blog"
|
|
- var activeIndex = 8
|
|
- var header_class = "bg-typography"
|
|
//-Title
|
|
block title
|
|
title= page_active
|
|
//- Page
|
|
block page
|
|
include ../elements/_header-transparent
|
|
+breadcrumb_items(2,'index.html','Home','News')
|
|
|
|
// Page Content
|
|
main.page-content.section-50.section-sm-80.section-sm-bottom-90
|
|
.shell
|
|
.range.range-xs-center
|
|
.cell-md-6
|
|
h1.text-sm-left Blog
|
|
.offset-top-25
|
|
include ../section/blog/_section-blog-masonry-1-columns
|
|
|
|
// Page Footers
|
|
include ../elements/_footer-widget |