Need to grab images from a partial (within a partial)

Hello,

I’m trying to grab images from within a partial (besides resizing them). My structure is this:

index.html 

partial_images.html

partial_a.html

Inside partial_images.html I’m grabbing and resizing images (resize, post-process, etc).

Then, from index.html or partial_a.html, I want to reach out to that partial_images and display some of the images I’ve created.

I’ve been out of the scene for a while. Could I get some pointers on how I should proceed?

For some reason, I’m doing everything wrong…