--- layout: default --- {%- assign about = site.posts | find: 'layout', 'about' -%} {%- assign contacto = site.posts | find: 'layout', 'contacto' -%} {%- assign posts = site.posts | where: 'layout', 'post' -%} {%- assign servicios = site.posts | find: 'layout', 'servicios' -%} {% comment %} Toda la portada es una gran tarjeta de presentaciĆ³n. {% endcomment %}
{%- include_cached picture.html src=about.logo.path alt=about.logo.description width=210 img_class="max-w-210px" class="d-flex justify-content-center" -%}
{%- include_cached picture.html src=about.image_2.path alt=about.image_2.description width=1049 img_class="w-100 fit-cover" class="col-12" -%}
{{ about.content }}
{%- if servicios -%} {% include servicios.html %} {%- endif -%} {%- unless posts == empty -%}
{% for post in posts %} {%- include post.html post=post -%} {% endfor %}
{%- endunless -%}

{{ contacto.title }}

{{ about.address }}

{{ about.email }}

{%- if about.telefono and about.telefono != 0 -%}

{{ about.phone }}

{%- endif -%}
{%- include contact.html form=site.data.forms.contacto name='contacto' -%}