partitioncloud-server/partitioncloud/templates/albums/index.html

10 lines
214 B
HTML

{% extends 'base.html' %}
{% block title %}Home{% endblock %}
{% block content %}
<div style="text-align: center;">
Bonjour <i><b>{{ user.username }}</b></i> !<br/>
Aucun album sélectionné
</div>
{% endblock %}