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


{% endif %}

It turns out dCloud's amazingness is just too great for this lame internet - we need a new one to maximize our full potential. Welcome to the Technical Incompetence internet. Population - US.

{% for app in apps %} {% include "card.j2" %} {% endfor %}
{% endblock %} {% block scripts %} {{ super () }} {% endblock %}