Used backbone + marionetee

This commit is contained in:
Abhas Bhattacharya
2017-02-19 17:06:13 +05:30
parent a7125cf518
commit 364a4443e7
14 changed files with 18149 additions and 19 deletions
+19
View File
@@ -0,0 +1,19 @@
data = {
header:"Are you looking for <span class='highlight quote'>Some dresses</span>?",
content: [
{
text:"Cotton White Dresses",
images: [
"g2.jpg",
"p1.jpg"
]
},
{
text:"Other Dresses",
images: [
"b1.jpg",
"h3.jpg"
]
}
]
}