update and fix team page

This commit is contained in:
samaradel
2023-08-20 11:42:19 +03:00
parent 72ffba1ca3
commit 3105020b96
404 changed files with 7602 additions and 5 deletions

View File

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

View File

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