{% extends 'auth/base.html' %} {% block content %}

Dashboard

This is a dashboard. Hello {{ Auth.user().name }}

{% endblock %}