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 fa610bf2
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
{%endif%} {%endif%}
{%endfor%} {%endfor%}
</div> </div>
<br>
<div id="bodyContainer"> <div id="bodyContainer">
{%set fila, filaAux = 0, 0%} {%set fila, filaAux = 0, 0%}
{%for contenido in bodyContent%} {%for contenido in bodyContent%}
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
{%endfor%} {%endfor%}
</div> </div>
</div> </div>
<br>
<div id="footerContainer"> <div id="footerContainer">
{%set fila, filaAux = 0, 0%} {%set fila, filaAux = 0, 0%}
{%for contenido in footerContent%} {%for contenido in footerContent%}
......
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