mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-12 21:22:17 +00:00
13 lines
234 B
HTML
Executable File
13 lines
234 B
HTML
Executable File
<!DOCTYPE html>
|
|
<title>Supysonic</title>
|
|
<div class="page">
|
|
<h1>Supysonic</h1>
|
|
<div class="flash">
|
|
{% for message in get_flashed_messages() %}
|
|
<p>{{ message }}</p>
|
|
{% endfor %}
|
|
</div>
|
|
{% block body %}{% endblock %}
|
|
</div>
|
|
|