Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
public
/
src
/
template-builder
/
pages
/
Filename :
page-faq-detail.pug
back
Copy
//- ========================================================================================= File Name: page-faq-detail.pug Description: FAQ Page Detail ---------------------------------------------------------------------------------------- Item Name: Materialize - Material Design Admin Template Version: 5.0 Author: PixInvent Author URL: https://pixinvent.com/ ========================================================================================== extends template block pageVars - var pageTitle = "FAQ Page Detail" - var pageSubTitle = "" - var description = "The standard font Material Design uses is Roboto. We have included the font files with our framework.." - var activeParentMenu = "pages" - var activeMenu = "page-faq" append header - var contentBreadcrumbs = false block breadcrumbs +breadcrumbs([{url:"index.html",name:"Home"}, {url:"#",name:"Pages"}, {name:"FAQ Page Detail"}]) //- Include page content in page block append content include ../contents/page-faq-detail.html include ../contents/sidebar/right-sidebar.html include ../contents/sidebar/fab-menu.html //- Page CSS //------------------------------ //- Add custom page specific CSS append pagecss link(rel='stylesheet', type='text/css', href=app_assets_path + '/css'+rtl+'/pages/page-faq.css') //- Vendor JS //------------------------------ //- Add vendor specific JS append vendorjs //- Page JS //------------------------------ //- Add custom page specific JS append pagejs