{% extends 'example/base.html' %} {% block title %}Authenticated user notification{% endblock %} {% block content %}

Hello, {{ request.user|safe }}!

Trigger notification =>
{% endblock content %}