15 lines
433 B
HTML
15 lines
433 B
HTML
{% include "fragments/menu.html" %}
|
|
<div class="flex justify-center">
|
|
<div class="m-12 grow max-w-4xl">
|
|
<div id="llista-name">
|
|
{% include "fragments/playlist/name.html" %}
|
|
</div>
|
|
{% include "fragments/playlist/score.html" %}
|
|
<div class="text-left">
|
|
{% set playlist_id = playlist.id %}
|
|
{% set playlist = playlist %}
|
|
{% include "fragments/playlist/playlist.html" %}
|
|
</div>
|
|
</div>
|
|
</div>
|