{% extends "django_countdown/blocked_base.html" %}
{% load static %}
{% comment %}
Bootstrap 5 flavoured blocked page. Pulls Bootstrap + Bootstrap Icons from
jsDelivr CDN. If you'd rather host them, copy this template into your project
as "django_countdown/blocked_bootstrap.html" and override the stylesheet block.
{% endcomment %}
{% block blocked_stylesheets %}
{% endblock %}
{% block blocked_header_icon_left %}
{% endblock %}
{% block blocked_header_icon_right %}
{% endblock %}