{% extends 'example/base.html' %} {% block title %}Authenticated user notification{% endblock %} {% block content %}
Hello, {{ request.user|safe }}!