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