@@include('./partial/head.html', {
"title": "Gallery",
"css": [
"assets/plugins/photoswipe/dist/photoswipe.css"
]})
@@include('./partial/header.html')
@@include('./partial/sidebar.html', {"pagesClass": "active", "galleryClass": "active"})
@@include('./partial/scroll-top-btn.html')
@@include('./partial/theme-panel.html')
@@include('./partial/script.html', {"module": [
"assets/js/demo/page-gallery.demo.js"
]})