1
0
mirror of https://github.com/bspeice/Melodia synced 2024-09-28 14:11:33 -04:00
Melodia/web/views/templates/index
2013-02-05 14:29:45 -05:00

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