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

Hello, {{ current_user.username }}!

Welcome to your modern minimal dashboard.

{% if not current_user.is_authenticated %}

Login or Register

{% endif %} {% endblock %}