Pàgines llista de reproducció
This commit is contained in:
13
folkugat_web/assets/templates/fragments/playlist/pagina.html
Normal file
13
folkugat_web/assets/templates/fragments/playlist/pagina.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% include "fragments/menu.html" %}
|
||||
<div class="flex justify-center">
|
||||
<div class="m-12 grow max-w-4xl">
|
||||
<div id="playlist-name">
|
||||
{% include "fragments/playlist/name.html" %}
|
||||
</div>
|
||||
<div class="text-left">
|
||||
{% set playlist_id = playlist.id %}
|
||||
{% set playlist = playlist %}
|
||||
{% include "fragments/playlist/playlist.html" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user