mirror of
https://github.com/bspeice/Melodia
synced 2024-11-16 13:08:26 -05:00
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
|
{% extends "base" %}
|
||
|
|
||
|
{% block page_title %}Melodia Music Player{% endblock %}
|
||
|
|
||
|
{% block navbar_title %}Melodia{% endblock %}
|
||
|
|
||
|
{% block sidebar_content %}
|
||
|
<a href="#">Sidebar content goes here.</a>
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block body_content %}
|
||
|
<h1>Welcome to Melodia!</h1>
|
||
|
{% endblock %}
|