{% extends "layout.html" %} {% block content %}

Publications

L'actualité et les analyses autour de l'Indice d'Autonomie Stratégique.

{% for article in articles %}

{{ article.title }}

{% if article.content %} {{ article.content | striptags | truncate(250) }} {% else %} ... {% endif %}

Par {{ article.author.username }}
{% else %}

Aucun article publié pour le moment.

{% endfor %}
{% endblock %}