I have a HTML created tab structure. I would like to split the different tab sections into separate markdown files for an easy edit of the text content instead of using YAML. What do you think would be the best way to go about it?
I would do it like :
<div class="ct ct-flatbox" data-tabs="
isAutoRun-on
fxOne-wheelVer speed-600 pag-{ dirs: ver, pos: top, align: begin, sizeAuto: full, wMinToHor: 468 } ">
{% for section in sections["page"]["health_addons.markdown"] %}
{{ section }}
{% endfor %}
</div>
is there a better way to go about it?