Hi, I would like to set up HTML fragment loading using the API on a page that's loaded on the server side. I couldn't find any documentation on how to do it; the only viable solution I see is uploading a template file and then loading it via load_template described here: https://developers.maropost.com/documentation/neto-designer-documentation/b-se-tag-library/function-tags/templating/load_template/
However, it's a bit cumbersome to reupload files via sFTP in 2026, so maybe there is another option, ideally via API or even better within page templates themselves. The ContentUpdate endpoint with Description1 doesn't fit this use case as it's limited to 5K chars only, which is way too small for content page updates.
Any suggestion is very welcome, thanks!