diff --git a/views/partials/section-videos copy.twig b/views/partials/section-videos copy.twig deleted file mode 100644 index f63026d..0000000 --- a/views/partials/section-videos copy.twig +++ /dev/null @@ -1,101 +0,0 @@ -
-
-
- - {# Primera columna - Carousel con vídeos embebidos SIN extraer ID #} -
-

Últimos Vídeos

- - - {% if videos_carousel %} - - {% else %} -
-

No hay vídeos disponibles.

-
- {% endif %} -
- - {# Segunda columna - Último artículo de opinión #} -
-

Última Opinión

- - {% if ultimo_articulo_opinion %} -
- {% for article in ultimo_articulo_opinion %} -
- - {{ article.thumbnail.alt }} - -
- {% endfor %} -
- {% else %} -

No hay artículos de opinión disponibles.

- {% endif %} -
- -
-
-
diff --git a/views/templates/page-acerca-de-la-cnt.twig b/views/templates/page-acerca-de-la-cnt.twig new file mode 100644 index 0000000..454e562 --- /dev/null +++ b/views/templates/page-acerca-de-la-cnt.twig @@ -0,0 +1,7 @@ +{% extends 'layouts/base.twig' %} + +{% block content %} + +{% endblock %} diff --git a/views/templates/page-barakaldo.twig b/views/templates/page-barakaldo.twig new file mode 100644 index 0000000..fc5cd0a --- /dev/null +++ b/views/templates/page-barakaldo.twig @@ -0,0 +1,6 @@ +{% extends 'layouts/base.twig' %} + +{% block content %} +

BARAKALDO

+ +{% endblock %} diff --git a/views/templates/page-bilbao.twig b/views/templates/page-bilbao.twig new file mode 100644 index 0000000..da08287 --- /dev/null +++ b/views/templates/page-bilbao.twig @@ -0,0 +1,6 @@ +{% extends 'layouts/base.twig' %} + +{% block content %} +

BILBAO

+ +{% endblock %} diff --git a/views/templates/page-documentos.twig b/views/templates/page-documentos.twig new file mode 100644 index 0000000..cce4b14 --- /dev/null +++ b/views/templates/page-documentos.twig @@ -0,0 +1,8 @@ +{% extends 'layouts/base.twig' %} + +{% block content %} +

DOCUMENTOS

+ +{% endblock %} diff --git a/views/templates/page-donosti.twig b/views/templates/page-donosti.twig new file mode 100644 index 0000000..11836c9 --- /dev/null +++ b/views/templates/page-donosti.twig @@ -0,0 +1,6 @@ +{% extends 'layouts/base.twig' %} + +{% block content %} +

DONOSTI

+ +{% endblock %} diff --git a/views/templates/page-industria.twig b/views/templates/page-industria.twig new file mode 100644 index 0000000..add5ab4 --- /dev/null +++ b/views/templates/page-industria.twig @@ -0,0 +1,6 @@ +{% extends 'layouts/base.twig' %} + +{% block content %} +

INDUSTRIA

+ +{% endblock %} diff --git a/views/templates/page-irunea.twig b/views/templates/page-irunea.twig new file mode 100644 index 0000000..188740d --- /dev/null +++ b/views/templates/page-irunea.twig @@ -0,0 +1,6 @@ +{% extends 'layouts/base.twig' %} + +{% block content %} +

IRUÑA

+ +{% endblock %} diff --git a/views/templates/page-quieres-afiliarte.twig b/views/templates/page-quieres-afiliarte.twig new file mode 100644 index 0000000..016440f --- /dev/null +++ b/views/templates/page-quieres-afiliarte.twig @@ -0,0 +1,6 @@ +{% extends 'layouts/base.twig' %} + +{% block content %} +

AFILIATE

+ +{% endblock %} diff --git a/views/templates/page-servicios-privados.twig b/views/templates/page-servicios-privados.twig new file mode 100644 index 0000000..6353a11 --- /dev/null +++ b/views/templates/page-servicios-privados.twig @@ -0,0 +1,6 @@ +{% extends 'layouts/base.twig' %} + +{% block content %} +

SERVICIOS PRIVADOS

+ +{% endblock %} diff --git a/views/templates/page-servicios-publicos.twig b/views/templates/page-servicios-publicos.twig new file mode 100644 index 0000000..c08ad20 --- /dev/null +++ b/views/templates/page-servicios-publicos.twig @@ -0,0 +1,5 @@ +{% extends 'layouts/base.twig' %} + +{% block content %} +

SERVICIOS PÚBLICOS

+{% endblock %}