--- layout: default ---
{%- if page.image.path -%}
{%- include_cached picture.html image=page.image default_description=page.title height='50vh' -%}
{%- endif -%}

{{ page.title | default: '' | escape }}

{%- if page.description -%}

{{ page.description | default: '' | escape }}

{%- endif -%}

{%- for author in page.author -%} {%- endfor -%}

{%- unless page.categories == empty -%}

{% for category in page.categories %} {{ category.title }} {% endfor %}

{%- endunless -%} {% if page.link %} {{ site.i18n.biblioteca.link }} {% endif %} {% if page.file.path %} {{ site.i18n.biblioteca.file }} {% endif %}
{{ content | replace: '