Say I have a brochure with the front page a nice cover etc etc... The interior page(s) have data which is separated into columns, and the last page, is a generic chunk of text.
I want to continuously use Page / template 2 for any data in CSS columns that overflow. Currently if I just have a bunch of data it will separate into columns spanning past the width of the page, or be contained in a box with a scroll.
Is there an easy way to reuse pages? Or would I have to implement some character count and loop through that page/template based on that?
Hope this makes sense, seems like a bit of an edge-case. The issue is that I'm pulling multiple sources of data and some sources are longer than the other.
I want to continuously use Page / template 2 for any data in CSS columns that overflow. Currently if I just have a bunch of data it will separate into columns spanning past the width of the page, or be contained in a box with a scroll.
Is there an easy way to reuse pages? Or would I have to implement some character count and loop through that page/template based on that?
Hope this makes sense, seems like a bit of an edge-case. The issue is that I'm pulling multiple sources of data and some sources are longer than the other.