mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-24 09:46:25 +01:00
10 lines
214 B
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 %} |