{% extends "base.html" %} {% load static %} {% block title %}Centre de ressources santé — GiniFollow{% endblock %} {% block meta_description %}Conseils, prévention et accompagnement pour mieux comprendre votre santé. Articles, fiches et vidéos éducatives GiniFollow.{% endblock %} {% block og_description %}Conseils, prévention et accompagnement pour mieux comprendre votre santé. Articles, fiches et vidéos éducatives GiniFollow.{% endblock %} {% block og_image %}{{ request.scheme }}://{{ request.get_host }}{% static 'images/ginni25.jpg' %}{% endblock %} {% block twitter_image %}{{ request.scheme }}://{{ request.get_host }}{% static 'images/ginni25.jpg' %}{% endblock %} {% block page_header %} {% endblock %} {% block content %}
{% if q or maladie_filter or type_filter %} × {% endif %}
{% if articles %}
{% for a in articles %}
{% if a.image_principale %} {{ a.titre }} {% elif a.fichier %} {{ a.titre }} {% else %} {% endif %}
{% if a.maladie %} {{ a.get_maladie_display }} {% else %} Général {% endif %} {{ a.get_type_display }}

{{ a.titre }}

{{ a.extrait }}

{{ a.lecture_min }} min de lecture

Lire l'article
{% endfor %}
{% else %}

Aucun article ne correspond à votre recherche pour le moment.

Voir tous les articles
{% endif %} {% if populaires %}

Les plus consultés

{% endif %}

Besoin d'un accompagnement personnalisé ?

Le blog informe ; votre parcours sur GiniFollow structure le suivi au quotidien.

Commencer mon suivi
{% endblock %}