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


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

{{ description }}

{% for app in games %} {% include "fragments/card.j2" %} {% endfor %}
{% include "fragments/card_list.j2" %}

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