{% block title %}
Gabriel's DRM
{% endblock %}
{% load static %}
{% block sidebar %}
Home
{% if user.is_authenticated %}
Username:
{{ user.get_username }}
Folder ID: {{ user.folderinfo }}
Create License
Given Licenses
My Licenses
Logout
{% else %}
Login
{% endif %}
{% endblock %}
{% block content %}{% endblock %}
{% if "license/show" in request.path %}
{% endif %}