{% include 'partials/breadcrumbs.html.twig' %} {% if cat %}{% include 'partials/editoria-badge.html.twig' with {cat: cat} %}{% endif %} {{ page.title }} {% if page.header.summary %}{{ page.header.summary }}{% endif %} {% if author_photo %}{% endif %} {% if author %}{{ author_name }}{% else %}{{ author_name }}{% endif %} · {{ page.date|date('d \\d\\e M \\d\\e Y') }} · {{ read_min }} min de leitura {% include 'partials/social-share.html.twig' with {layout: 'rail'} %} {% if hero %} {% include 'partials/img.html.twig' with {media: hero, alt: page.header.hero_alt ?: page.title, ratio: 'ratio--16x9'} %} {% if page.header.hero_credit %}{{ page.header.hero_credit }}{% endif %} {% endif %} {{ content|raw }} {% set tags = page.header.taxonomy.tag ?? [] %} {% if tags %} {% for tag in tags %}#{{ tag }}{% endfor %} {% endif %} {% include 'partials/social-share.html.twig' with {layout: 'bar'} %} {% if author %} {% endif %} {% include 'partials/related.html.twig' %}