{% load static %} Profile {% if user.is_authenticated %}

PROFILE

Welcome!: {{request.user.first_name}} {{request.user.last_name}}

{% endif %} {% block content %} Body content {% endblock %}