mirror of
https://github.com/bspeice/Melodia
synced 2026-06-11 07:41:45 -04:00
c1bd19041a
Contains new templates, assets, url mappings, and views. A lot changed.
12 lines
313 B
Bash
12 lines
313 B
Bash
{% extends "base" %}
|
|
|
|
{% block page_title %}Login to Melodia{% endblock %}
|
|
|
|
{% block navbar_title %}Login to Melodia{% endblock %}
|
|
|
|
{# Specifying a blank sidebar, rather than sidebar_content, allows us to remove the sidebar entirely. #}
|
|
{% block sidebar %}{% endblock %}
|
|
|
|
{% block body_content %}
|
|
{% endblock %}
|