ArticleTemplates/galleryTemplateImages.html (9 lines of code) (raw):
<div class="touch-gallery__images">
<a href="__IMAGE_URL__">
<div data-src="__IMAGE_SRC__" class="touch-gallery__images__low-res touch-gallery__images__image" alt="__IMAGE_ALT__" style="background-color: #333333; padding-bottom: __IMAGE_RATIO_PERCENTAGE__;"></div>
</a>
</div>
<div class='touch-gallery__caption resizable-media'>
<p class='touch-gallery__caption__caption'>__IMAGE_CAPTION__</p>
<p class='touch-gallery__caption__credit'>__IMAGE_CREDIT__</p>
</div>