{{ article.content }}
{{ _('Licencia') }}
{% if article.license == LICENSE['allrights']['name'] %} {{ article.license }} {% elif article.license == LICENSE['ccby4']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccbysa4']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccbynd4']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccbync4']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccbyncsa4']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccbyncnd4']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccby3']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccbysa3']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccbynd3']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccbync3']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccbyncsa3']['name']%} {{ article.license }} {% elif article.license == LICENSE['ccbyncnd3']['name']%} {{ article.license }} {% elif article.license == LICENSE['cc01']['name']%} {{ article.license }} {% elif article.license == LICENSE['publicdomain']['name']%} {{ article.license }} {% else %} CC BY-SA 4.0 {% endif %}{% 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') %}
{% for article in articles[:SHOW_RECENT_POSTS] %}
{% endfor %}
{% endif %}