1
0
mirror of https://github.com/bspeice/Melodia synced 2024-11-16 04:58:20 -05:00
Melodia/web/templates/main
Bradlee Speice c1bd19041a Initial web pages commit
Contains new templates, assets, url mappings, and views. A lot changed.
2013-01-24 13:44:43 -05:00

14 lines
284 B
Plaintext

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