initial commit

This commit is contained in:
timurgordon
2022-08-11 12:27:46 +03:00
commit 5f162f0d37
72 changed files with 3858 additions and 0 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/blogPosts.html" %}
{% include "partials/blogSidebar.html" %}
</div>
</main>
{% endblock content %}