{{datos.titulo}}
{{#foreach: datos.texto}}
{{$data}}
{{/foreach}}
{{#foreach: datos.pasos}}
{{#if (_.has($data, "pregunta"))}}
{{#foreach: respuestas}}
-
{{/foreach}}
{{#if ($index() > 0)}}
{{/if}}
{{/if}}
{{#ifnot (_.has($data, "pregunta"))}}
{{titulo}}
{{#foreach: texto}}
{{/foreach}}
{{/ifnot}}
{{/foreach}}