{% extends "bootstrap/base.html" %} {% block title %}Technical Incompetence - Home{% endblock %} {% block styles %} {{super()}} {% if countdown is defined or final_countdown is defined %} {% endif %} {% endblock %} {% block content %}
:::

{% endblock %} {% block scripts %} {{ super () }} {% if final_countdown is defined %} {% endif %} {% endblock %}