Skip to content

Instantly share code, notes, and snippets.

@ramontayag
Created March 22, 2016 14:01
Show Gist options
  • Save ramontayag/3cfd8c762ef2755d66c4 to your computer and use it in GitHub Desktop.
Save ramontayag/3cfd8c762ef2755d66c4 to your computer and use it in GitHub Desktop.
Sample pages
[
{
"name": "Home",
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>",
"children": [
{
"name": "Child of home page",
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>"
},
{
"name": "Child of home page 2",
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>"
}
]
},
{
"name": "About Us",
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>",
"children": [
{
"name": "Child of About Us",
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>"
},
{
"name": "Child of about us 2",
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment