{% for elem in vertical["descendants"] %}
{% if elem["type"] == "html" or elem["type"] == "problem" %} {# or type discuttion#}
{{ elem["html_content"] }}
{% endif %}
{% if elem["type"] == "video" %}
{% endif %}
{% endfor %}
{% endfor %}