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

Commit the login page

Contains some fixes, etc. in order to make the login page work.
This commit is contained in:
Bradlee Speice
2013-01-24 19:04:29 -05:00
parent e3e6a6e475
commit c5fec8cfd3
14 changed files with 132 additions and 44 deletions

15
web/views/templates/main Normal file
View File

@ -0,0 +1,15 @@
{% 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 %}
<!-- vim: ft=htmldjango