{% extends "base.html" %} {% block title %}Dashboard ยท Solisdash{% endblock %} {% block content %}

{% if tiles and tiles.station_name %}{{ tiles.station_name }}{% else %}Dashboard{% endif %}

Welcome, {{ user.username }}.

{% include "_tiles.html" %}
{% endblock %}