remove archive and templates

This commit is contained in:
timurgordon
2024-03-06 16:20:54 -05:00
parent d839918840
commit 67bdf28216
514 changed files with 0 additions and 12779 deletions

View File

@@ -1,4 +0,0 @@
{% extends "index.html" %}
{% block content %}
{% endblock content %}

View File

@@ -1,14 +0,0 @@
{% extends "index.html" %}
{% block content %}
<main class="pt-16">
<div class="flex flex-col md:flex-row">
{% include "partials/partnersCards.html" %}
{% include "partials/partnersSidebar.html" %}
</div>
</main>
{% endblock content %}