@@include('./includes/helmet.html', {
"title": "GoPablo",
"description": "GoPablo is a static site generator with a modern development workflow, integrated web server, auto-reload, CSS preprocessors, and ES6 ready.",
"headerJS": "header-bundle.js",
"socials": {
"title": "GoPablo",
"thumbnail": "",
"url": "https://www.gopablo.co",
"author": "http://facebook.com/luangjokaj"
}
})
@@include('./includes/header.html')
@@include('./includes/content.html')
@@include('./includes/footer.html', {
"footerJS": "footer-bundle.js"
})