Files
muzak/backend/playlist/templates/PlaylistList.html
T
mark dfc242084e first backend frontend split
with docker compose file
nextjs something something
also includes migrations
2025-06-20 14:06:00 +02:00

9 lines
130 B
HTML

{% extends "Base.html" %}
{% block window-title %}
Overzicht - Playlists
{% endblock %}
{% block main-content %}
{% endblock %}