21 lines
542 B
Plaintext
21 lines
542 B
Plaintext
extends ../_skeleton
|
|
include ../elements/_ui-pagination-classic-variant-2
|
|
block variables
|
|
- var page_active = "Grid 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
|
|
|
|
include ../section/blog/_section-blog-grid-2-columns
|
|
|
|
// Page Footers
|
|
include ../elements/_footer-widget |