{% extends "base.html" %} {% load url from future %} {% block content %}

Scrobbler Server

API documentation.

{% if user.is_authenticated %}

Welcome, {{ user.username }}.

{% else %}

Welcome, please log in.

{% endif %} {% endblock %}