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

Initial web pages commit

Contains new templates, assets, url mappings, and views. A lot changed.
This commit is contained in:
Bradlee Speice
2013-01-24 13:44:43 -05:00
parent ff95b1072e
commit c1bd19041a
18 changed files with 2275 additions and 4795 deletions

13
web/templates/main Normal file
View File

@ -0,0 +1,13 @@
{% extends "base" %}
{% block page_title %}Melodia Music Player{% endblock %}
{% block navbar_title %}Melodia{% endblock %}
{% block sidebar_content %}
<a href="#">Sidebar content goes here.</a>
{% endblock %}
{% block body_content %}
<h1>Welcome to Melodia!</h1>
{% endblock %}