1
0
mirror of https://github.com/bspeice/Melodia synced 2024-11-16 13:08:26 -05:00
Melodia/web/templates/main

14 lines
284 B
Plaintext
Raw Normal View History

{% 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 %}