{% macro notification(content, type)%} {% if content != "" %}
{{content}}
{% endif %} {% endmacro %}} {% macro display_post(posts) %} {% for post in posts %}

{{ post.titre }}

{{post.contenu}}

PubliƩ par {{post.auteur}} dans {{post.matiere}}
{% endfor %} {% endmacro %}