Display multiple Blob pictures from database in one view (variable number of pics)

Hello, everyone. I'm working on a more ambitious project in Perspective and would like to solicit some advice as to how I should go about the following task:

I have project set up which allows users to entry scrap defect pictures using pturmel's Blob server module. This module works great. Thanks again, Phil!

The project successfully stores desired defect images (taken from a Android tablet) and inserts them into our SQL db as a blob. The images database also includes a job id (record number in our production job table).

What I'd like to do is find a way to display all pictures with the selected job on open page (either in a carousel arrangement or otherwise).

How would you folks approach this? I'm quite new to perspective but anxious to learn.

Let me know and thank you!!

The Accordion component is worthy of consideration too.

The Markdown component should be able to display multiple images set by code. Syntax is something like,
![Tux, the Linux mascot](/assets/images/tux.png)