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

14 lines
286 B
HTML
Raw Normal View History

{% extends "base" %}
{% block page_title %}Melodia Music Player{% endblock %}
{% block navbar_title %}Melodia{% endblock %}
{% block sidebar_content %}
2013-02-05 14:20:26 -05:00
{% include "components/playlist_sidebar" %}
{% endblock %}
{% block body_content %}
<h1>Welcome to Melodia!</h1>
{% endblock %}