{% extends "base.html" %} {% block content %}

Welcome {{ user }}!

{% if scrobbles %}

Last Scrobbles:

{% endif %} {% if mostplayed %}

Most played tracks:

{% endif %} {% if day.count %}

Stats for last 24 hours

{% endif %} {% if week.count %}

Stats for the past week

{% endif %} {% endblock %}