diff --git a/partitioncloud/templates/albums/index.html b/partitioncloud/templates/albums/index.html
index 13338c3..faf3661 100644
--- a/partitioncloud/templates/albums/index.html
+++ b/partitioncloud/templates/albums/index.html
@@ -1,37 +1,10 @@
{% extends 'base.html' %}
-{% block header %}
-
{% block title %}Albums{% endblock %}
-{% endblock %}
-
-{% block header_actions %}
-
-
-
-{% endblock %}
+{% block title %}Home{% endblock %}
{% block content %}
-
-
- {% if albums|length != 0 %}
- {% for album in albums %}
-
-
- {{ album["name"] }}
-
-
- {% endfor %}
- {% else %}
- Aucun album disponible
- {% endif %}
-
+
+Bonjour {{ user.username }} !
+Aucun album sélectionné
+
{% endblock %}
\ No newline at end of file