# Web Push Notifications Browser push notifications sent from the server to the user's device, even when the browser is not in focus. ## Setup 1. Add `{% webpush_header %}` to the `
` of your base template — this loads the required JavaScript. 2. Add `{% webpush_button with_class="..." %}` where you want the subscribe button to appear. ## Workflow: Adding web push to a template ```html