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

Hello, guest!
Trigger notification =>

{% endblock content %}