mirror of
https://github.com/bspeice/Melodia
synced 2024-11-15 20:48:23 -05:00
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
{% extends "base" %}
|
|
|
|
{% block page_title %}Melodia Music Player{% endblock %}
|
|
|
|
{% block navbar_title %}Melodia{% endblock %}
|
|
|
|
{% block sidebar_content %}
|
|
{% include "components/playlist_sidebar" %}
|
|
{% endblock %}
|
|
|
|
{% block body_content %}
|
|
<h1>Welcome to Melodia!</h1>
|
|
{% endblock %}
|