@@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.",
"image": "https://gopablo.s3-eu-west-1.amazonaws.com/img/meta/preview.jpg",
"headerJS": "header-bundle.js"
})
@@include('./includes/header.html')
@@include('./includes/content.html')
@@include('./includes/footer.html', {
"footerJS": "footer-bundle.js"
})