{% include 'templates/html/site_head.html.j2' %}

{{ article.title }}

{{ article.html_content | safe }}
{% if template_content['SERIE'] %}

Série d'articles: {{ template_content['SERIE']['title'] }}

    {% for a in template_content['SERIE']['articles'] %} {% if a is not article.slug %}
  • {{ articles_info[a]['title'] }}
  • {% else %}
  • {{ article.title }}
  • {% endif %} {% endfor %}
{% endif %}
{% if article.previous %} {% endif %} {% if article.next %} {% endif %}