{% if not HIDE_AUTHORS and article.authors %} {% for author in article.authors %} {{ author }} {% endfor %} {% endif %}
{% set año = article.date|strftime('%Y') %} {% set mes = article.date|strftime('%m') %} {% set nombre_mes = article.date|strftime('%B') %}