+
+ {{artists[i].title}}
+By {{artists[i].name}}
+diff --git a/data/niks.json b/data/niks.json new file mode 100644 index 0000000..0d8da72 --- /dev/null +++ b/data/niks.json @@ -0,0 +1,7 @@ +{ + "name": "niks", + "title": "Title of the comic", + "quote_1": "hii1", + "quote_2": "hii 2", + "quote_3": "hii 3" +} diff --git a/new/index.html b/new/index.html new file mode 100644 index 0000000..5ebb864 --- /dev/null +++ b/new/index.html @@ -0,0 +1,61 @@ + + +
+ + + + + + +By {{artists[i].name}}
+By {{artists[i+1].name}}
+
+ +Hello I am {{artist.name}}
+
+ +{{artist.quote_2|safe}}
+{{artist.quote_3|safe}}