Hi there, I’m currently trying to create some custom pages for my website but my knowledge of html is very minimal. Right now, my main issue I’m having is that I want to make a page with several “image with text” sections however the content ends up being the same across all sections (so the same picture and caption duplicated for every image with text section across multiple templates). Ideally what I am trying to create is a page where I can show off a series of images with captions (it’s our customer spotlight where we show off things customers have done with our products)
I’ve been following a tutorial and have come up with this very basic code:
{% section 'rich-text' %}
{% section 'image-with-text' %}
{% section 'image-with-text' %}
{% section 'image-with-text' %}
{% section 'image-with-text' %}
{% section 'email-signup-banner' %}
What do I need to do to fix this issue? This is kind of a “explain it to me like im 5” scenario