{% comment %}
It's fine to pass in |safe here, as the template variables have
already been sanitized once, as each step got rendered.
{% endcomment %}
{{ html_steps|safe }}
{% for md_step in md_steps %}
{{ md_step }}{% if not forloop.last %}
---
{% endif %}{% endfor %}