Se añade version 1.0 de parser html

correciones menores a codigo anterior realizado.
Se añade html de prueba
Se añaden librerias de restapi
parent 449d27fe
<html>
<body>
{%set fila =0, filaAux = 0%}
{%for contenido as contenidosHead%}
{%if fila != contenido.fila%}
{%set fila = contenido.fila, filaAux = contenido.fila%}
{%if loop.first%}<div class="row" id="{{contenido.getFila()}}">{%else%}</div><div class="row" id="{{contenido.getFila()}}">{%endif%}
{{contenido.contenido}}
{%else%}
{{contenido.contenido}}
{%endif%}
{%endfor%}
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment