Hi ! I'm fresh new to Twine 2 - i have a web dev background - and maybe it's not helping because I got habits but I've been reading doc and forum all day long without finding a clear answer .
What's the best way to make , let's say, a 2 column template, text on left, picture on right, for every page the simplest way possible ? A simple thing like this :
<div class="container"><div class="left">Text</div><div class="right"><img src="[..]" /></div></div>
Is it about copying this html in every passage ? It feels like Twine is way more smart than that but I can't figure out. What if there's some mind change and you want to edit this template : you need to edit every single passage ?
thanks for helping me understand
bonus question : how can I use jquery in Twine ?