Skip to content
Gabriel Zea edited this page May 16, 2014 · 1 revision

Templates data container

 {
    site: {
      title: 'site title',
      subtitle: 'site subtitle',
      // sidebar || navigation
      sidebar: {
        menu:[]
      }
    },
    // array of documents to render 
    documents:[
      {
        doctype: 'type || category of the document' 
        filename: 'html filename (slug, lowercase)
        title: 'name of the single document'
        body:{
         //content
        }
      }
    ]
  }
Clone this wiki locally