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