@@include('./_components/navbar.html', {
"dark" : true,
"activeLink": "blog",
"extraClassList": "bg-dark"
})
@@include('./_components/page-header.html', {
"dark": true,
"pageName": "Blog Posts",
"pageLinkName": "Blog Posts",
})
@@include('./_components/cta-1.html', { "dark": true })
@@include('./_components/footer-1.html', {
"dark": true,
"extraClassList": "bg-striped pt-10 pt-lg-15"
})
@@include('./_components/body-end.html')