1
0
mirror of https://github.com/bspeice/Melodia synced 2024-09-27 21:51:33 -04:00
Melodia/web/views/templates/index.html
2013-05-09 17:16:43 -04:00

14 lines
286 B
HTML

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