add team page

This commit is contained in:
samaradel
2023-08-20 17:27:36 +03:00
parent bd068c18e5
commit 37658f5224
118 changed files with 1667 additions and 10 deletions

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 %}