Сделал Плейлист и добавил рекомендацию на главную страницу

This commit is contained in:
Viner Abubakirov
2026-01-06 16:44:15 +05:00
parent 2e63f86484
commit 1df341006c
6 changed files with 136 additions and 10 deletions

View File

@@ -1 +1,9 @@
{% extends "base.html" %}
{% load static %}
{% block content %}
<div class="container">
<h1>Рекомендации:</h1>
{% include "components/track_list.html" with tracks=tracks %}
</div>
{% endblock %}