update website

This commit is contained in:
2023-04-03 14:30:06 +02:00
parent 7a7c2f5865
commit 38a328f0dd
330 changed files with 28678 additions and 0 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/blogPosts.html" %}
{% include "partials/blogSidebar.html" %}
</div>
</main>
{% endblock content %}