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 a24cd9c8
<html>
<body>
{%set fila, filaAux = 0, 0%}
{%for contenidosheads in contenidos%}
{%for contenido in contenidosHeads%}
{%for contenidos in htmlContent%}
{%for contenido in contenidos%}
{%if fila != contenido.fila%}
{%set fila,filaAux = contenido.fila, contenido.fila%}
{%if loop.first%}<div class="row" id="{{contenido.getFila()}}">{%else%}</div><div class="row" id="{{contenido.getFila()}}">{%endif%}
......
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