dfc242084e
with docker compose file nextjs something something also includes migrations
9 lines
130 B
HTML
9 lines
130 B
HTML
{% extends "Base.html" %}
|
|
|
|
{% block window-title %}
|
|
Overzicht - Playlists
|
|
{% endblock %}
|
|
|
|
{% block main-content %}
|
|
|
|
{% endblock %} |