1
0
mirror of https://github.com/bspeice/Melodia synced 2025-07-04 15:34:45 -04:00
Files
Melodia/web/views/templates/index.html
Bradlee Speice 6e767fb3fb Create a models package, add template file suffix
Also, add AngularJS
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 %}