We've added a new feature to our Evernote parser that makes photos available in themes as variables of data. Here's a code sample of how we do it on our Cur8 theme:



Basically, the {{ post }} variable contains a list (array for you non-python types) of photos that can be iterated over.

The result on the Cur8 theme, looks something like this.



Try it on one of your own custom themes and see what you can do with it :)