- Support multiple music providers
- feat: Doubleclick on track in Table view to get technical information about it
This commit is contained in:
12
templates/browse_page.html
Normal file
12
templates/browse_page.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<!-- <h1 class="mb-4">{{ data.title }}</h1>
|
||||
<h6 class="mb-4">{{ data.subtitle }}</h6> -->
|
||||
|
||||
<div class="row row-cols-1 row-cols-md-4 row-cols-lg-6 g-4 mt-4" id="items-container">
|
||||
{% for item in data %}
|
||||
{% include 'partials/playlist_item.html' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user