context:
I'm writing a python script that programatically updates a confluence page on a fixed schedule.
There's a lot of data involved, and I'm trying to utilize "expand" to segregate the data, as I have 84 "objects" with info related to each object, that will end up on the page.
I've tried using {expand} but it's not getting rendered, just types out {expand} on my page.
Is there anything that I might be doing wrong?