{% extends "bootstrap/base.html" %} {% block title %}Technical Incompetence - Home{% endblock %} {% block styles %} {{super()}} {% if countdown is defined %} {% endif %} {% endblock %} {% block navbar %} {% endblock %} {% block content %}
{% if search['active'] == True %}


{% endif %} {% if countdown is defined %} {% include "countdown.j2" %} {% endif %}

{{ description }}

{% for app in apps %} {% include "card.j2" %} {% endfor %}
{% include "card_list.j2" %}

{% include "new_game_modal.j2" %} {% endblock %} {% block scripts %} {{ super () }} {% if countdown is defined %} {% endif %} {% endblock %}