{{howToUse.title}}

{{howToUse.intro}}

{{howToUse.sub_title}}

{% for step in howToUse.steps %}
{% if 'svg' in step.img %} {{step.alt}} {% else %} {{step.alt}} {% endif %}
{{step.p}}
{% endfor %}

{{howToUse.note}}

{% for p in howToUse.extra %}

{{p.p}}

{% endfor %}