diff --git a/ProyectoWeb/servicios/templates/servicios/servicios.html b/ProyectoWeb/servicios/templates/servicios/servicios.html index 7fac6f8..b48812c 100644 --- a/ProyectoWeb/servicios/templates/servicios/servicios.html +++ b/ProyectoWeb/servicios/templates/servicios/servicios.html @@ -4,13 +4,23 @@ {% block content %} + {% for servicio in servicios %} -

-

{{servicio.titulo}}

-

{{servicio.contenido}}

-

-

+ +
+
+
+ +
+

+ {{servicio.titulo}} + {{servicio.contenido}} +

+
+
+
+
{% endfor %}