Templates for easy reference

Just to save some trouble when starting to write a new comic.

Human on left:

{ "title": "", "date": "", "news": "", "panels": [ { "left": { "char": "human", "text": "" }, "right": { "char": "robot", "text": "" } }, { "left": { "char": "human", "text": "" }, "right": { "char": "robot", "text": "" } }, { "left": { "char": "human", "text": "" }, "right": { "char": "robot", "text": "" } } ] },

Robot on left:

{ "title": "", "date": "", "news": "", "panels": [ { "left": { "char": "robot", "text": "" }, "right": { "char": "human", "text": "" } }, { "left": { "char": "robot", "text": "" }, "right": { "char": "human", "text": "" } }, { "left": { "char": "robot", "text": "" }, "right": { "char": "human", "text": "" } } ] },