{% extends 'base.html' %} {% block title %}Dashboard | Datapath{% endblock %} {% block content %} Welcome, {{ request.user.first_name|default:request.user.username }} This is your dashboard. Use the navigation menu to get started. {% endblock %}
This is your dashboard. Use the navigation menu to get started.