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

10 lines
214 B
HTML
Raw Normal View History

2022-08-13 23:36:10 +02:00
{% extends 'base.html' %}
2023-06-11 21:45:54 +02:00
{% block title %}Home{% endblock %}
2022-08-13 23:36:10 +02:00
{% block content %}
2023-06-11 21:45:54 +02:00
<div style="text-align: center;">
Bonjour <i><b>{{ user.username }}</b></i> !<br/>
Aucun album sélectionné
</div>
2022-08-13 23:36:10 +02:00
{% endblock %}