1
0
mirror of https://github.com/bspeice/Melodia synced 2025-07-04 23:44:44 -04:00

Create a models package, add template file suffix

Also, add AngularJS
This commit is contained in:
Bradlee Speice
2013-05-09 17:16:43 -04:00
parent 17960be548
commit 6e767fb3fb
13 changed files with 887 additions and 7 deletions

View File

@ -0,0 +1,13 @@
{% 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 %}