mirror of
https://github.com/bspeice/Melodia
synced 2025-07-04 15:34:45 -04:00
Initial login templates and views
This commit is contained in:
15
web/views/templates/index
Normal file
15
web/views/templates/index
Normal file
@ -0,0 +1,15 @@
|
||||
{% 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 %}
|
||||
|
||||
<!-- vim: ft=htmldjango
|
Reference in New Issue
Block a user