{% extends 'base.html' %} {% block stylesheet %} {% load webpush_notifications %} {% webpush_header %} {% endblock stylesheet %} {% block content %}

Welcome, {{ request.user.username }}

{% webpush_button with_class="btn btn-outline-info" %} {% endblock content %}